[NixOS] Xmonad on justin-bieber-creek

This commit is contained in:
2025-01-17 08:21:53 +00:00
parent ce9c752cbe
commit e1752368b4
2 changed files with 45 additions and 74 deletions

View File

@@ -8,9 +8,12 @@
myModules.fonts.enable = true;
myModules.base.enable = true;
myModules.desktop.enable = true;
myModules.xmonad.enable = true;
services.matter-server = {
enable = true;
};
services.home-assistant = {
enable = true;
config = {
@@ -29,6 +32,8 @@
};
};
boot.loader.systemd-boot.configurationLimit = 3;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];