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 --- system/modules/programs/shell.nix | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'system/modules/programs') diff --git a/system/modules/programs/shell.nix b/system/modules/programs/shell.nix index cf36a115..68fbfcc5 100644 --- a/system/modules/programs/shell.nix +++ b/system/modules/programs/shell.nix @@ -8,27 +8,4 @@ programs.vim = pkgs.lib.attrsets.optionalAttrs pkgs.stdenv.isDarwin { enable = true; }; - - environment.systemPackages = 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