{ config, lib, pkgs, ... }: { nix.settings.experimental-features = "nix-command flakes"; nixpkgs.flake = { source = lib.cleanSource pkgs.path; setNixPath = true; setFlakeRegistry = true; }; nixpkgs.config.allowUnfree = true; nix.settings.trusted-users = [ "@wheel" ]; }