{ config, pkgs, ...}: let baseconfig = { allowUnfree = true; }; unstable = import { config = baseconfig; }; in { environment.systemPackages = with pkgs; [ unstable.ghostty ]; }