diff --git a/hosts/macbook/default.nix b/hosts/macbook/default.nix index 0c48124..576ca48 100644 --- a/hosts/macbook/default.nix +++ b/hosts/macbook/default.nix @@ -5,7 +5,7 @@ darwin.lib.darwinSystem { system = "x86_64-darwin"; specialArgs = { }; modules = [ - globals + globals // { user = "Noah.Masur" } home-manager.darwinModules.home-manager { gui.enable = true;