bump
This commit is contained in:
parent
b390f6b631
commit
c46ab19f76
1 changed files with 1 additions and 6 deletions
|
|
@ -34,17 +34,12 @@
|
|||
# LIBVA_DRIVER_NAME = "nvidia";
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
# options: production, beta, vulkan_beta, latest
|
||||
# package = pkgs.linuxPackages_latest.nvidiaPackages.latest;
|
||||
package = pkgs.linuxPackages_zen.nvidiaPackages.beta;
|
||||
package = pkgs.linuxPackages_zen.nvidiaPackages.latest;
|
||||
# open = true;
|
||||
};
|
||||
# enable core and mem freq sliders for nvidia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue