diff --git a/programs/installed.nix b/programs/installed.nix index c1c7653..8d6d87d 100644 --- a/programs/installed.nix +++ b/programs/installed.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ - wget curl vim nano zsh fzf tmux git + wget curl vim nano zsh fzf tmux git exa progress tldr ]; imports =