zen kernel

This commit is contained in:
Tao Tien 2024-02-19 21:44:08 -08:00
parent 1fd2d59464
commit e181c14101

View file

@ -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 = ''