{ config, pkgs, ... }: { nix.settings = { extra-experimental-features = [ "nix-command" "flakes" ]; }; }