diff --git a/configuration.nix b/configuration.nix index f41ec0d..ab5f0c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,4 +22,8 @@ self: { pkgs, ... }: { # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; + + users.users.macbookpro = { + home = "/Users/macbookpro"; + }; } diff --git a/users/user/home.nix b/users/user/home.nix index 9ab0014..62486e1 100644 --- a/users/user/home.nix +++ b/users/user/home.nix @@ -1,7 +1,7 @@ { config, pkgs, osConfig, ... }: { - home.username = "user"; + # home.username = "user"; lumpiastyHome = { gpg = osConfig.lumpiasty.pc;