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, 0 insertions(+), 23 deletions(-)

changed files
M system/modules/programs/shell.nixsystem/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 [ - ]); }