14 lines
145 B
Nix
14 lines
145 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
self,
|
|
nix-homebrew,
|
|
...
|
|
}:
|
|
{
|
|
system = {
|
|
stateVersion = 5;
|
|
};
|
|
|
|
nix-homebrew.user = "larssonmartin1998-mac";
|
|
}
|