6c26ade62100c58447502e7e13d86fd467aa611d
- Remove redundant `enable = true` from host hyprland blocks to avoid
circular module reference (Hyprland is already enabled via m3ta-home
profile flags; these files only add host-specific settings)
- Replace legacy string-format `workspace = ["1, monitor:..."]` entries
with proper `workspace_rule` attrsets (e.g. `{ workspace = "1";
monitor = "DP-1"; default = true; }`) per current Hyprland Lua docs
- Replace `_args + mkLuaInline hl.dsp.window.match(...)` window_rule
pattern with clean single-table `{ match.class = "..."; effect; }`
attrsets per Home Manager module examples
- Keep `configType = "lua"` and monitor table syntax unchanged
Description
No description provided
Languages
Nix
91.2%
JavaScript
6.6%
Shell
2.2%