From 6bce966ded1d8dc95772f231fac071b3dc6e5e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 27 May 2024 01:11:24 +0200 Subject: [PATCH] Switch to xanmod kernel --- hosts/gunter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 1045427..285592d 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -15,7 +15,7 @@ # Bootloader stuff boot = { # Kernel stuff - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_xanmod_latest; kernelParams = [ "quiet" "splash"