m3tm3re 6c26ade621 fix(hyprland): remove enable override, use workspace_rule and table-based window_rule syntax
- 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
2026-05-18 19:07:42 +02:00
2026-01-07 04:49:43 +01:00
2026-05-09 10:17:14 +02:00
2026-05-09 10:17:14 +02:00
2026-05-11 19:01:17 +02:00
S
Description
No description provided
25 MiB
Languages
Nix 91.2%
JavaScript 6.6%
Shell 2.2%