zsh on tower

This commit is contained in:
Julien Malka 2023-11-22 18:19:33 +01:00
parent 1114f77bc9
commit 556cdf0956
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 1 deletions

View file

@ -178,6 +178,6 @@ with lib;
# Misc
programs.lesspipe.enable = true;
home.packages = with pkgs; [ eza python3 libnotify ];
home.packages = with pkgs; [ unstable.eza python3 libnotify ];
};
}

View file

@ -8,6 +8,7 @@
luj.programs.neovim.enable = true;
luj.programs.ssh-client.enable = true;
luj.programs.git.enable = true;
luj.programs.zsh.enable = true;
programs.direnv = {