Remove unneeded caddy caps, alias nvim

This commit is contained in:
Sam W 2022-01-10 00:27:10 +00:00
parent 906fe6dfb8
commit efd9acc7bd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ in {
shellAliases = { shellAliases = {
g = "git"; g = "git";
cat = "bat"; cat = "bat";
vim = "nvim";
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"''; hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
nrswitch = "nixos-rebuild switch --flake '.#'"; nrswitch = "nixos-rebuild switch --flake '.#'";
}; };