diff --git a/nix/local_system.nix b/nix/local_system.nix index 5be8266..fd440f0 100644 --- a/nix/local_system.nix +++ b/nix/local_system.nix @@ -3,10 +3,8 @@ }: { 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"; + nix-homebrew.user = "larssonmartin1998-mac"; }