wip new config structure and onboarding process

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-25 00:48:10 -05:00
parent 2a60f0f94a
commit 74545072dd
2 changed files with 45 additions and 4 deletions

View file

@ -28,7 +28,8 @@ in
enable = true;
clean.enable = true;
clean.extraArgs = "--keep 3";
flake = "/etc/nixos";
# TODO this may need to be defined higher up if it is ever different for a machine...
flake = "/home/${settings.user.username}/.config/nixos-config";
};
# Select internationalization properties.