Nvidia, add option to use stable drivers
This commit is contained in:
parent
29c2b1ce80
commit
544bb630a0
2 changed files with 10 additions and 7 deletions
|
|
@ -4,7 +4,10 @@
|
|||
imports = [
|
||||
./hardware.nix
|
||||
];
|
||||
nvidia.enable = true;
|
||||
nvidia = {
|
||||
enable = true;
|
||||
stable = true;
|
||||
};
|
||||
pipewire.enable = true;
|
||||
polkit.enable = true;
|
||||
tablet.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue