changed desktop to zen kernel
This commit is contained in:
parent
fb39adcab6
commit
e93109df98
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Select kernel version
|
# Select kernel version
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
|
|
||||||
networking.hostName = "nixdesktop"; # Define your hostname.
|
networking.hostName = "nixdesktop"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
Loading…
Add table
Reference in a new issue