kak aliases, disable mas
parent
0ab9c66cf2
commit
6e1ea63366
|
@ -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.
|
||||||
|
|
|
@ -223,4 +223,9 @@ in
|
||||||
'';
|
'';
|
||||||
onVariable = "term_background";
|
onVariable = "term_background";
|
||||||
};
|
};
|
||||||
|
programs.fish.shellAliases = {
|
||||||
|
vi = "kak";
|
||||||
|
vim = "kak";
|
||||||
|
nvim = "kak";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue