Add $DRY_RUN_CMD

main
mat ess 2022-07-16 15:41:50 -04:00
parent 851a511cff
commit e83576a183
1 changed files with 1 additions and 1 deletions

View File

@ -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}
'';
};