Commit 895d27b5a8ba
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -10,6 +10,9 @@
package = if osConfig != null then pkgs.kitty else pkgs.emptyDirectory;
shellIntegration.enableZshIntegration = false; # handled in dots/config/zsh/tools/kitty.zsh
settings = {
+ # FIXME: disable until kitty >= 0.47.4 lands in Fedora (upstream #10102:
+ # config watcher recursively watches $HOME, leaking inotify watches)
+ auto_reload_config = "no";
close_on_child_death = "yes";
# font_family = "JetBrainsMono Nerd Font Mono";
font_family = "MonaspiceNe Nerd Font Mono";