{ lib, pkgs, ... }: { # minimal utilities for using linux environment.systemPackages = with pkgs; [ vim wget file eza jq htop btop fastfetch mc git parted tree tmux ]; }