Clean up some unused code, perform formatting
This commit is contained in:
parent
97e2caa7bb
commit
4b5cdbc6ce
6 changed files with 20 additions and 18 deletions
|
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
self,
|
||||
nix-homebrew,
|
||||
...
|
||||
}:
|
||||
{
|
||||
system = {
|
||||
# Just a stub value, change this to whatever your system requiers.
|
||||
stateVersion = 5;
|
||||
};
|
||||
|
||||
nix-homebrew.user = "larssonmartin1998-mac";
|
||||
# Just a stub value, change this to whatever your system requiers.
|
||||
nix-homebrew.user = "JohnDoe";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue