fixup! nix-on-droid: drop

This commit is contained in:
Guanran Wang 2024-07-31 21:48:09 +08:00
parent 0c31c2f14c
commit 997cf6d287
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -7,7 +7,8 @@
}: { }: {
home = { home = {
username = "guanranwang"; username = "guanranwang";
homeDirectory = if pkgs.stdenv.hostPlatform.isDarwin homeDirectory =
if pkgs.stdenv.hostPlatform.isDarwin
then "/Users/${config.home.username}" then "/Users/${config.home.username}"
else "/home/${config.home.username}"; else "/home/${config.home.username}";