From 7fd0f78d7c4d49181bd43910f106e2ed72529ab2 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sat, 25 Apr 2026 16:01:55 +0100 Subject: [PATCH] minors --- features/desktop/hyprland/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/features/desktop/hyprland/default.nix b/features/desktop/hyprland/default.nix index edd661e..a8b8f72 100644 --- a/features/desktop/hyprland/default.nix +++ b/features/desktop/hyprland/default.nix @@ -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 ''; };