configure zsh with home manager

This commit is contained in:
cy 2024-12-13 23:27:33 -05:00
parent 7eca12a6cf
commit 98faa338d6
6 changed files with 83 additions and 3 deletions

View file

@ -69,7 +69,6 @@ in {
};
users.users.root.openssh.authorizedKeys.keys =
[ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ];
programs.zsh.enable = true;
users.users.git = {
isNormalUser = true;