{ config, pkgs, pkgs-stable, ... }: { nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; }