{ pkgs, config, ... }: { environment.systemPackages = with pkgs; [ vim htop btop wget ripgrep nethogs ffmpeg-full parted busybox ( if config.nixpkgs.config.allowUnfree then p7zip-rar else p7zip ) unar ]; }