1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

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

View File

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