zen kernel
This commit is contained in:
parent
1fd2d59464
commit
e181c14101
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# egl-wayland
|
# egl-wayland
|
||||||
# mesa
|
mesa
|
||||||
# nvidia-vaapi-driver
|
# nvidia-vaapi-driver
|
||||||
gwe
|
gwe
|
||||||
# liquidctl
|
# liquidctl
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
# options: production, beta, vulkan_beta, latest
|
# options: production, beta, vulkan_beta, latest
|
||||||
package = pkgs.linuxPackages_latest.nvidiaPackages.production;
|
package = pkgs.linuxPackages_zen.nvidiaPackages.production;
|
||||||
};
|
};
|
||||||
# enable core and mem freq sliders for nvidia
|
# enable core and mem freq sliders for nvidia
|
||||||
services.xserver.deviceSection = ''
|
services.xserver.deviceSection = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue