chore: still not sure how to fix this

This commit is contained in:
Ahwx 2026-04-24 11:09:14 +02:00
parent 31c1688207
commit 543dfbccb1

View file

@ -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;
} }