From 72e36b30887a2ce57fccc019c88116dfbf26903d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 29 Aug 2022 14:12:20 +0300 Subject: [PATCH] home: return xrandr options --- home/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/home.nix b/home/home.nix index 15d0e32..1e4a18b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -114,6 +114,10 @@ in }; }; + xsession.initExtra = '' + xrandr --output HDMI-A-0 --rotate right --left-of DisplayPort-1 + ''; + xdg = { enable = true; configFile = {