Hopfully fix nvidia

This commit is contained in:
Johannes Jöns 2023-02-24 16:46:29 +01:00
parent a7ff9fc5a1
commit 75f134b24d
2 changed files with 4 additions and 2 deletions

View file

@ -32,8 +32,8 @@ with lib;
programs = {
dconf.enable = true;
droidcam.enable = true;
sysdig.enable = true;
xwayland.enable = true;
#sysdig.enable = true;
#xwayland.enable = true;
};
}

View file

@ -64,5 +64,7 @@ in
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.bluetooth.enable = true;
}