{ config, pkgs, ... }: let unstable = import { config = { allowUnfree = true; }; }; in { programs.fish = { enable = true; }; environment.systemPackages = [ unstable.fish ]; }