fixup! nix-on-droid: drop
This commit is contained in:
parent
0c31c2f14c
commit
997cf6d287
1 changed files with 2 additions and 1 deletions
|
@ -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}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue