From 01f728034431f7f95e18ecd4b57efbd86c9845e2 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Wed, 25 Dec 2024 00:13:19 +0100 Subject: [PATCH] gaming xanmod gamemode --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 63832ce..f7cc756 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,7 @@ in # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest; # DUAL BOOT SETUP #boot.kernelPackages = pkgs.linuxPackages_latest; @@ -178,6 +179,7 @@ in discord #tree powertop + gamemode ]; shell = pkgs.zsh; };