diff --git a/modules/home/programs/kitty/extras.nix b/modules/home/programs/kitty/extras.nix index c87fdea..2f90b5e 100644 --- a/modules/home/programs/kitty/extras.nix +++ b/modules/home/programs/kitty/extras.nix @@ -134,7 +134,7 @@ in home.activation = mkIf (pkgs.stdenv.isDarwin && cfg.fixIcon.enable) { fixKittyIcon = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - sudo /opt/homebrew/bin/fileicon set ${cfg.fixIcon.appPath} ${cfg.fixIcon.iconPath} + $DRY_RUN_CMD sudo /opt/homebrew/bin/fileicon set ${cfg.fixIcon.appPath} ${cfg.fixIcon.iconPath} ''; };