diff --git a/base-system/desktop-config.nix b/base-system/desktop-config.nix index a9317d5..3f35bc9 100644 --- a/base-system/desktop-config.nix +++ b/base-system/desktop-config.nix @@ -21,7 +21,7 @@ boot.loader.efi.canTouchEfiVariables = true; # Select kernel version - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_zen; networking.hostName = "nixdesktop"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.