diff --git a/modules/home/default.nix b/modules/home/default.nix index fa464a3..bc3a5eb 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -49,8 +49,8 @@ in system-images-android-35-google-apis-playstore-arm64-v8a ] ++ lib.optionals host.linux [ - system-images-android-35-google-apis-arm64-v8a - system-images-android-3-google-apis-playstore-arm64-v8a + system-images-android-35-google-apis-x86-64 + system-images-android-35-google-apis-playstore-x86-64 ]; }; xdg = { diff --git a/users/natalie/user.nix b/users/natalie/user.nix index 318a692..8467b59 100644 --- a/users/natalie/user.nix +++ b/users/natalie/user.nix @@ -1,6 +1,6 @@ rec { username = "nmarks"; # username - name = "Natalie"; # name/identifier + name = "Natalie Marks"; # name/identifier email = "nmarks413@gmail.com"; # email (used for certain configurations) dotfilesDir = "~/.dotfiles"; # absolute path of the local repo theme = null; # name of theme that stylix will use