nix/home: add xrandr to xsession initextra

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-05 17:46:24 +03:00
parent e0871edf66
commit 200faf0400
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -113,6 +113,10 @@ in
};
};
xsession.initExtra = "
xrandr --output HDMI-A-0 --rotate right --left-of DisplayPort-1
";
xdg = {
enable = true;
configFile = {