Files
nixos-config/hosts/m3-kratos
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-05-11 19:01:17 +02:00
2026-05-09 09:58:33 +02:00
2026-03-21 09:39:19 +01:00
2025-02-17 06:44:42 +01:00
2025-02-05 13:17:58 +01:00
2026-04-06 18:44:07 +02:00