{
lib,
...
}:
config = {
nix = {
settings.sandbox = true;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
}