From 861f6b1d35a94e4ca830ee01abf7e1b9d64788fa Mon Sep 17 00:00:00 2001 From: TheCrazyInsanity Date: Fri, 12 Dec 2025 15:00:27 -0500 Subject: [PATCH] nvidia --- machines/homepc/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/homepc/hardware-configuration.nix b/machines/homepc/hardware-configuration.nix index f9af47d..9e5ccbb 100644 --- a/machines/homepc/hardware-configuration.nix +++ b/machines/homepc/hardware-configuration.nix @@ -35,5 +35,7 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; # Fine since it's not a laptop. + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; + system.stateVersion = "24.11"; # No touchy }