diff options
| author | adikro <adikro@disroot.org> | 2026-05-26 16:20:08 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-26 16:20:08 +0200 |
| commit | b02651ac4683d6f116f912d79a7b158c127e4ea2 (patch) | |
| tree | dd5b0ffe28b2a38d455525f0cdf74b9a67c72993 /hosts/thinkpad/home.nix | |
| parent | c7abbc56562f9745d9d1bb29f3c0d4874425e92c (diff) | |
update
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 ]; } |
