changed desktop to zen kernel

This commit is contained in:
twoneis 2023-11-02 05:41:08 +01:00
parent fb39adcab6
commit e93109df98

View file

@ -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.