Switched to latest firmware, and moved hyprland and waybar to their own files

This commit is contained in:
2025-08-18 13:03:08 -04:00
parent 292be7ac05
commit daaa7f57fc
5 changed files with 697 additions and 674 deletions

View File

@@ -10,6 +10,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];