kitty: add config change signal on darwin (#7375)

This commit is contained in:
Thane Gill
2025-07-02 16:56:54 -07:00
committed by GitHub
parent 89af52d9a8
commit a5b5672084

View File

@@ -313,6 +313,11 @@ in
onChange = ''
${pkgs.procps}/bin/pkill -USR1 -u $USER kitty || true
'';
}
// lib.optionalAttrs pkgs.stdenv.hostPlatform.isDarwin {
onChange = ''
/usr/bin/pkill -USR1 -u $USER kitty || true
'';
};
home.activation.checkKittyTheme = mkIf (cfg.themeFile != null) (