nvidia must be in xserver drivers (added calculator)

This commit is contained in:
Gerg-L 2023-04-18 17:19:21 -04:00
parent 78bcc1ed79
commit 22fe011701
4 changed files with 1 additions and 8 deletions

View file

@ -18,6 +18,7 @@ _: {config, ...}: {
modesetting.enable = true;
};
services.xserver = {
videoDrivers = ["nvidia"];
#disable DPMS
monitorSection = ''
Option "DPMS" "false"