More Fixes

- Fix default session with dwm
- Enable boot.initrd
- Remove broken font package
This commit is contained in:
Sravan Balaji
2024-03-24 12:31:47 -04:00
parent 7f1c5c5baa
commit b202ec84df
4 changed files with 7 additions and 5 deletions

View File

@@ -11,5 +11,5 @@
environment.systemPackages = [ pkgs.dwm ];
services.xserver.windowManager.dwm.enable = true;
services.xserver.displayManager.defaultSession = "dwm";
services.xserver.displayManager.defaultSession = "none+dwm";
}