From 09e879cfa15b856a1a26820fcb646edc4adcda88 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 18:04:34 +0200 Subject: Move shell and UI packages to user --- user/modules/base.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'user/modules/base.nix') diff --git a/user/modules/base.nix b/user/modules/base.nix index 46645d94..cc83cb47 100644 --- a/user/modules/base.nix +++ b/user/modules/base.nix @@ -6,4 +6,26 @@ manual = { html.enable = true; }; + home.packages = with pkgs; [ + pv + fd + unstable.sd + entr + file + htop + lsof + iftop + nmap + moreutils + mtr + tree + zip + telnet + ] ++ ( + if !stdenv.isDarwin + then [ + vim + unar + ] else [ + ]); } -- cgit 1.4.1