12 lines
229 B
Nix
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";
|
|
}
|