kitty: add config change signal on darwin (#7375)
This commit is contained in:
parent
89af52d9a8
commit
a5b5672084
1 changed files with 5 additions and 0 deletions
|
|
@ -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) (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue