Nvidia, add option to use stable drivers

This commit is contained in:
Julia Lange 2026-02-10 23:03:02 -08:00
parent 29c2b1ce80
commit 544bb630a0
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
2 changed files with 10 additions and 7 deletions

View file

@ -4,7 +4,10 @@
imports = [
./hardware.nix
];
nvidia.enable = true;
nvidia = {
enable = true;
stable = true;
};
pipewire.enable = true;
polkit.enable = true;
tablet.enable = true;