diff options
Diffstat (limited to 'hosts/desktop/home.nix')
| -rw-r--r-- | hosts/desktop/home.nix | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index 8211143..196617b 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -59,4 +59,30 @@ yt-dlp.enable = true; }; }; + + 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; + }; + }; + }; } |
