From abb86e6e6a4a6040ba013315491b80d81d890bdb Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 21 Jul 2025 15:28:11 +0200 Subject: Update config --- hosts/sol/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 437b32b..21c70df 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -80,8 +80,9 @@ powerManagement.finegrained = false; open = false; nvidiaSettings = true; - package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.latest; }; + hardware.nvidia-container-toolkit.enable = true; # Steam programs.steam = { @@ -92,6 +93,7 @@ programs.direnv.enable = true; services.emacs.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget -- cgit v1.2.3