This commit is contained in:
2025-07-22 22:16:40 +03:00
parent 9de432cb57
commit 928d538bd9
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ let
];
boot = {
kernelPackages = pkgs.linuxPackages_xanmod_latest; # pkgs.linuxPackages_xanmod_stable
kernelPackages = pkgs.linuxPackages_xanmod_stable; # pkgs.linuxPackages_xanmod_stable
hardwareScan = true;
loader = {
systemd-boot.enable = lib.mkDefault true;