diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-06-07 21:10:38 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-06-07 21:11:15 +0200 |
| commit | c643862bfee0debaf1c5110e732adc8c69cdb203 (patch) | |
| tree | 72efc189f659931ed385d7e51ef966f00577bd48 /hosts | |
| parent | 64c9728e0c73e35787b2e69393a69c9d2815f936 (diff) | |
update to nixos 26.05
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/workstation/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 69ff662..028182b 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -38,21 +38,21 @@ DP-2 = { resolution = "preferred"; - position = "auto"; + position = "1920x0"; scale = 1; bar.enable = true; }; DP-3 = { resolution = "preferred"; - position = "auto"; + position = "0x0"; scale = 1; bar.enable = true; }; HDMA-A-1 = { resolution = "preferred"; - position = "auto"; + position = "3840x0"; scale = 1; bar.enable = true; }; |