feat(zsh): prospectively migrate back

This commit is contained in:
Barrett Ruth 2026-03-07 17:24:35 -05:00
parent ed8e5bf7fd
commit 1ca5e7d974
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
11 changed files with 208 additions and 152 deletions

View file

@ -96,7 +96,7 @@ in
"storage"
"power"
];
shell = pkgs.bash;
shell = pkgs.zsh;
};
programs.chromium = {
@ -112,12 +112,12 @@ in
};
};
programs.bash = {
programs.zsh = {
enable = true;
shellAliases = {
g = "git";
nv = "nvim";
};
shellInit = ''
export ZDOTDIR="$HOME/.config/zsh"
export THEME="midnight"
'';
};
programs.hyprland = {
enable = true;