From 65f8a1d743b431bbc2d3dfaa89c2d8aacf3a1c10 Mon Sep 17 00:00:00 2001 From: Atridad Date: Mon, 23 Jun 2025 14:28:24 -0600 Subject: [PATCH] 1750710504 --- modules/hardware.nix | 4 ++-- modules/packages.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/hardware.nix b/modules/hardware.nix index ccb6afe..99006fb 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -16,6 +16,6 @@ gsp.enable = true; open = true; nvidiaSettings = true; - package = config.boot.kernelPackages.nvidiaPackages.beta; + package = config.boot.kernelPackages.nvidiaPackages.latest; }; -} \ No newline at end of file +} diff --git a/modules/packages.nix b/modules/packages.nix index 85bfe1f..a4e5dab 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -19,6 +19,8 @@ go cargo rustc + rust-analyzer + rustfmt nodejs_24 python3Full openssh