From 821683f5ef434303f63c585d6be27ff662181a24 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Thu, 18 Jan 2018 00:15:03 +0100 Subject: [PATCH] Update installed.nix --- programs/installed.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/installed.nix b/programs/installed.nix index 30b8036..9714eee 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 ncurses + wget curl vim nano zsh fzf tmux unzip bzip2 zip p7zip ncurses zlibStatic ncurses5 zlib ]; imports =