diff options
Diffstat (limited to 'hosts/thinkpad/home.nix')
| -rw-r--r-- | hosts/thinkpad/home.nix | 28 |
1 files changed, 28 insertions, 0 deletions
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 ]; } |
