minors
This commit is contained in:
@@ -38,7 +38,12 @@ in
|
||||
"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
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user