fixed zhs to zsh

This commit is contained in:
Winzlieb - 2020-01-17 11:14:08 +01:00
parent 79b7d5c662
commit c16ec07fb5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in {
nix.trustedUsers = [ "windsleep" ];
programs = {
zhs.enable = true;
zsh.enable = true;
tmux.enable = true;
};