Update installed.nix

This commit is contained in:
stubbfel
2018-01-17 23:42:30 +01:00
parent da51eaf4f0
commit c8c5b3a015

View File

@@ -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 =