Added monitor configuration
This commit is contained in:
parent
fb10426999
commit
31a2fbc1c8
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,15 @@ in
|
|||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
};
|
||||
|
||||
xrandrHeads = [
|
||||
{ output = "HDMI-1"; primary = false; monitorConfig = "Option \"PreferredMode\" \"2560x2880\""; }
|
||||
{ output = "DP-3"; primary = true; }
|
||||
];
|
||||
|
||||
deviceSection = ''
|
||||
Option "TearFree"
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nm-applet.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue