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