Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit 3c2604ff88 - Show all commits

View file

@ -3,10 +3,8 @@
}: }:
{ {
system = { system = {
# Just a stub value, change this to whatever your system requiers.
stateVersion = 5; stateVersion = 5;
}; };
# Just a stub value, change this to whatever your system requiers. nix-homebrew.user = "larssonmartin1998-mac";
nix-homebrew.user = "JohnDoe";
} }