Use the xanmod kernel

This commit is contained in:
CronyAkatsuki 2025-02-04 22:53:35 +01:00
parent 222dbc2aeb
commit d50c0502c6

View File

@ -13,6 +13,9 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Use the xanmod kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
# Get nicer hostname # Get nicer hostname
networking.hostName = "nixos"; # Define your hostname. networking.hostName = "nixos"; # Define your hostname.