zsh on tower

This commit is contained in:
Luj 2023-11-22 18:19:33 +01:00
parent 49756f54e3
commit a4339ac5e2
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 ];
};
}