mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: still not sure how to fix this
This commit is contained in:
parent
31c1688207
commit
543dfbccb1
1 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@
|
||||||
initialPassword = "temporary-password";
|
initialPassword = "temporary-password";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
#home-manager = {
|
||||||
inherit username;
|
# inherit username;
|
||||||
homeDirectory = "/home/${username}";
|
# homeDirectory = "/home/${username}";
|
||||||
};
|
#};
|
||||||
|
|
||||||
fonts.fontconfig.antialias = false;
|
fonts.fontconfig.antialias = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue