{ self, ... }: { nix = { # add compat scripts to the environment, # to allow nixos-option to find the configuration nixPath = [ "nixpkgs=${self}/compat" "nixos-config=${self}/compat/nixos" ]; settings = { experimental-features = [ "flakes" "nix-command" ]; }; }; }