From b02651ac4683d6f116f912d79a7b158c127e4ea2 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 26 May 2026 16:20:08 +0200 Subject: update --- hosts/thinkpad/home.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'hosts/thinkpad/home.nix') diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 9b6dd95..26cb32e 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -61,8 +61,36 @@ }; }; + programs.niri.settings.outputs = { + "DP-1" = { + focus-at-startup = true; + variable-refresh-rate = "on-demand"; + position = { + x = 0; + y = 0; + }; + mode = { + width = 2560; + height = 1440; + }; + }; + "DP-2" = { + variable-refresh-rate = "on-demand"; + position = { + x = 2560; + y = 360; + }; + mode = { + width = 1920; + height = 1080; + }; + }; + }; + home.packages = with pkgs; [ stow + feishin + tmux gimp ]; } -- cgit v1.3