summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-20 08:13:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-20 08:13:00 +0100
commitc918e61d1878521f554a2623cef8d030910d1a60 (patch)
treea66ed51bd1133575909ab6eca10dd43e4d66a52e /accounts
parentd8d4de5605c92bddbc383ce9a7a466d59fbccdca (diff)
downloadnixos-c918e61d1878521f554a2623cef8d030910d1a60.tar
nixos-c918e61d1878521f554a2623cef8d030910d1a60.tar.gz
nixos-c918e61d1878521f554a2623cef8d030910d1a60.tar.bz2
nixos-c918e61d1878521f554a2623cef8d030910d1a60.tar.xz
nixos-c918e61d1878521f554a2623cef8d030910d1a60.zip
...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/niri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 8c84a50a..1280ec8e 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -184,7 +184,7 @@ in {
184 position = { x = 2560; y = 0; }; 184 position = { x = 2560; y = 0; };
185 }; 185 };
186 "HP Inc. HP 727pu CN4417143K" = { 186 "HP Inc. HP 727pu CN4417143K" = {
187 mode = "2560x1440@119.998"; 187 mode = { width = 2560; height = 1440; refresh = 119.998; };
188 scale = 1; 188 scale = 1;
189 position = { x = 2560; y = 0; }; 189 position = { x = 2560; y = 0; };
190 variable-refresh-rate.on-demand = true; 190 variable-refresh-rate.on-demand = true;