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