feat(zsh): set ${SHELL}

This commit is contained in:
reo101 2023-07-31 07:55:07 +03:00
parent 08c1b58a70
commit 88513f43ee
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -99,9 +99,16 @@ in
};
# Zsh
home.sessionVariables = {
SHELL = "${pkgs.zsh}/bin/zsh";
};
programs.zsh = {
enable = true;
package = pkgs.zsh;
enableCompletion = true;
dotDir = ".config/zsh";
shellAliases = {