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