Fix kitty.app path

main
mat ess 2022-05-07 21:53:45 -04:00
parent 59033a6d67
commit c214e38f95
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ in
# Fix icon config
programs.kitty.extras.fixIcon = {
enable = true;
appPath = "~/Applications/Home\ Manager\ Apps/kitty.app";
appPath = "~/Applications/Home\\ Manager\\ Apps/kitty.app";
iconPath = "~/Development/kitty-icon/kitty-dark.icns";
};
}