Commit a1bdaa29c7cb

Vincent Demeester <vincent@sbr.pm>
2026-07-06 11:13:56
fix(kitty): use 0 not no for auto_reload_config
Value is a float (poll interval), not a boolean.
1 parent 895d27b
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -12,7 +12,7 @@
     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";
+      auto_reload_config = "0";
       close_on_child_death = "yes";
       # font_family = "JetBrainsMono Nerd Font Mono";
       font_family = "MonaspiceNe Nerd Font Mono";