Move shell and UI packages to user
1 file changed, 0 insertions(+), 23 deletions(-)
changed files
M system/modules/programs/shell.nix → system/modules/programs/shell.nix
@@ -8,27 +8,4 @@ programs.bash.enableCompletion = true; 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 [ - ]); }