mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
zsh on tower
This commit is contained in:
parent
1114f77bc9
commit
556cdf0956
2 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue