diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:47:54 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:47:54 +0100 |
| commit | ca937efc41356dcd018980a8c3c8b2358b558cac (patch) | |
| tree | 91f798aafa99c73e2b5317575a6b1c5495569858 /hosts | |
| parent | de85f21e52c6df2a8cfe9b343ecbae4e69520390 (diff) | |
hyprland: use hyprsplit
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/workstation/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index c024c1c..56c2dc7 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -38,12 +38,14 @@ resolution = "preferred"; position = "auto"; scale = 1; + bar.enable = true; }; HDMA-A-1 = { resolution = "preferred"; position = "auto"; scale = 1; + bar.enable = true; }; }; |