home: return xrandr options

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-29 14:12:20 +03:00
parent ae69e92c1d
commit 72e36b3088
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

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