[nvidia] Add comments
This commit is contained in:
parent
6ef7e0aef8
commit
749e18793d
1 changed files with 3 additions and 0 deletions
|
@ -42,9 +42,12 @@ in {
|
|||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
nvidia = {
|
||||
# Use the NVidia open source kernel module
|
||||
open = false;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
# Modesetting is required.
|
||||
modesetting.enable = true;
|
||||
nvidiaSettings = cfg.gui-settings;
|
||||
powerManagement = {
|
||||
|
|
Loading…
Reference in a new issue