feat: add nvidia drivers

This commit is contained in:
HerozDotExe 2026-01-24 23:30:59 +01:00
parent a69d25aacf
commit 16988b7454
2 changed files with 41 additions and 1 deletions

View file

@ -153,4 +153,6 @@
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "25.05"; # Did you read the comment?
nixpkgs.config.allowUnfree = true;
}