Compare commits

...

2 commits

Author SHA1 Message Date
uku
fff412da44
chore: fmt 2024-09-13 15:47:53 +02:00
uku
b4a20b49cf
feat(fuji): update to nvidia driver 560 2024-09-13 15:47:38 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{
lib,
pkgs,
config,
...
}: {
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
@ -19,7 +18,8 @@
hardware = {
graphics.extraPackages = [pkgs.vaapiVdpau];
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.production;
# package = config.boot.kernelPackages.nvidiaPackages.production;
open = false;
modesetting.enable = true;
powerManagement = {
enable = true;