From e83576a183c156eadfcd014c6ccebdfd9232c50a Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 16 Jul 2022 15:41:50 -0400 Subject: [PATCH] Add $DRY_RUN_CMD --- modules/home/programs/kitty/extras.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ''; };