{ config, pkgs, ... }: { imports = [ ./nix.nix ]; nixpkgs.overlays = [ (self: super: { unstable = import { config = config.nixpkgs.config; }; }) ]; }