kak aliases, disable mas

main
mat ess 2022-08-13 15:31:44 -04:00
parent 0ab9c66cf2
commit 6e1ea63366
2 changed files with 12 additions and 7 deletions

View File

@ -45,13 +45,13 @@ in
]; ];
# Prefer installing application from the Mac App Store # Prefer installing application from the Mac App Store
homebrew.masApps = { # homebrew.masApps = {
Bitwarden = 1352778147; # Bitwarden = 1352778147;
Spark = 1176895641; # Spark = 1176895641;
# UTM = 1538878817; # # UTM = 1538878817;
Wireguard = 1451685025; # Wireguard = 1451685025;
Xcode = 497799835; # Xcode = 497799835;
}; # };
# If an app isn't available in the Mac App Store, or the version in the App Store has # If an app isn't available in the Mac App Store, or the version in the App Store has
# limitiations, e.g., Transmit, install the Homebrew Cask. # limitiations, e.g., Transmit, install the Homebrew Cask.

View File

@ -223,4 +223,9 @@ in
''; '';
onVariable = "term_background"; onVariable = "term_background";
}; };
programs.fish.shellAliases = {
vi = "kak";
vim = "kak";
nvim = "kak";
};
} }