diff --git a/programs/installed.nix b/programs/installed.nix index d335498..30b8036 100644 --- a/programs/installed.nix +++ b/programs/installed.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ - wget curl vim nano zsh fzf tmux unzip bzip2 zip p7zip + wget curl vim nano zsh fzf tmux unzip bzip2 zip p7zip ncurses ]; imports =