mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nvidia must be in xserver drivers (added calculator)
This commit is contained in:
parent
78bcc1ed79
commit
22fe011701
4 changed files with 1 additions and 8 deletions
|
|
@ -18,6 +18,7 @@ _: {config, ...}: {
|
|||
modesetting.enable = true;
|
||||
};
|
||||
services.xserver = {
|
||||
videoDrivers = ["nvidia"];
|
||||
#disable DPMS
|
||||
monitorSection = ''
|
||||
Option "DPMS" "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue