Add bunch more programs / services modularly
This commit is contained in:
15
system/gui/dwm.nix
Normal file
15
system/gui/dwm.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./x11.nix
|
||||
./lightdm.nix
|
||||
../app/terminal/kitty.nix
|
||||
../app/launcher/dmenu.nix
|
||||
../app/launcher/rofi.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.dwm ];
|
||||
services.xserver.windowManager.dwm.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "dwm";
|
||||
}
|
Reference in New Issue
Block a user