diff --git a/nix/home.nix b/nix/home.nix index 4906367..f1e9db1 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -113,6 +113,10 @@ in }; }; + xsession.initExtra = " + xrandr --output HDMI-A-0 --rotate right --left-of DisplayPort-1 + "; + xdg = { enable = true; configFile = {