{ pkgs, ... }: { nixpkgs = { config.allowUnfree = true; overlays = [ (import ) (import ) ]; }; # enable `nix flake` nix = { package = pkgs.nix; # extraOptions = "experimental-features = nix-command flakes"; }; }