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

@@ -31,6 +31,7 @@
nixpkgs.config.allowUnfree = true;
boot = {
initrd.enable = true;
loader = {
efi = {
canTouchEfiVariables = true;