{ config, pkgs, ... }: { environment = { systemPackages = with pkgs; [ coreutils util-linux ]; }; programs.fish.enable = true; }