.dotfiles/nix/local_system.nix
2025-01-26 00:35:35 +01:00

12 lines
229 B
Nix

{
...
}:
{
system = {
# Just a stub value, change this to whatever your system requiers.
stateVersion = 5;
};
# Just a stub value, change this to whatever your system requiers.
nix-homebrew.user = "JohnDoe";
}