♻️ refactor programs.zsh

This commit is contained in:
2023-03-25 15:17:55 -04:00
parent 0e31565644
commit 9c133feed0
8 changed files with 45 additions and 60 deletions

View File

@ -19,17 +19,5 @@
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
users.users.walkah = {
home = "/Users/walkah";
shell = pkgs.zsh;
};
services.lorri.enable = true;
programs = {
zsh = {
enable = true;
promptInit = "";
};
};
}