users/infinidoge: move kitty ssh to profiles/kitty

This commit is contained in:
Infinidoge 2021-11-08 09:47:48 -05:00
parent 338c212bbe
commit 5e5d9602da
2 changed files with 4 additions and 1 deletions

View file

@ -7,4 +7,8 @@
size = 12;
};
};
home.shellAliases = {
ssh = "kitty +kitten ssh";
};
}