feat: move to stable

This commit is contained in:
zack 2024-09-12 19:29:12 -04:00
parent 31d2590613
commit 1a5c9794aa
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
11 changed files with 81 additions and 44 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
lib,
config,
pkgs,
@ -43,7 +44,7 @@ in {
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = pkgs-unstable.linuxPackages_zen.nvidiaPackages.latest;
};
environment.variables = {