all repos — nixfiles @ 09e879cfa15b856a1a26820fcb646edc4adcda88

System and user configuration, managed by nix and home-manager

Move shell and UI packages to user

Alan Pearce
commit

09e879cfa15b856a1a26820fcb646edc4adcda88

parent

a64e999255638c9a0ae5b7c104d80ac3201b1bc5

1 file changed, 22 insertions(+), 0 deletions(-)

changed files
M user/modules/base.nixuser/modules/base.nix
@@ -6,4 +6,26 @@ programs.home-manager.enable = true;
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 [ + ]); }