diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-06-06 23:35:03 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-06-06 23:35:03 +0200 |
| commit | 64c9728e0c73e35787b2e69393a69c9d2815f936 (patch) | |
| tree | 05440a89e9d84e14f7e35d0a3044afa7bd605530 /common/home/hyprland/default.nix | |
| parent | 32be6013555754aab30080e70792eea0a936c2a9 (diff) | |
update to 26.05
Diffstat (limited to 'common/home/hyprland/default.nix')
| -rw-r--r-- | common/home/hyprland/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 8ddc0a4..5ce838d 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -6,13 +6,14 @@ variables = [ "--all" ]; }; xwayland.enable = true; - plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; + #plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; + configType = "hyprlang"; settings = { plugin = { - hyprsplit = { - num_workspaces = 10; - persistent_workspaces = false; - }; + #hyprsplit = { + # num_workspaces = 10; + # persistent_workspaces = false; + #}; }; "$mod" = "SUPER"; bind = [ |