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