nix/home: add xrandr to xsession initextra
This commit is contained in:
parent
e0871edf66
commit
200faf0400
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
xsession.initExtra = "
|
||||
xrandr --output HDMI-A-0 --rotate right --left-of DisplayPort-1
|
||||
";
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
configFile = {
|
||||
|
|
Loading…
Reference in a new issue