This commit is contained in:
Bernardo Magri
2026-04-25 16:01:55 +01:00
parent 6203413425
commit 7fd0f78d7c

View File

@@ -38,7 +38,12 @@ in
"col.inactive_border" = "rgb(${config.colorScheme.palette.base03})"; "col.inactive_border" = "rgb(${config.colorScheme.palette.base03})";
}; };
}; };
extraConfig = lib.mkDefault '' # Not mkDefault: this is the entry point that wires the rest of Nomarchy's
# Hyprland config tree. mkDefault here gets silently replaced by any host
# that adds extraConfig with mkAfter/normal priority, dropping all bindings,
# autostart, theme colors, etc. — see live-ISO regression where this hid
# every keybinding behind two welcome notifications.
extraConfig = ''
source = ~/.config/hypr/nomarchy.conf source = ~/.config/hypr/nomarchy.conf
''; '';
}; };