This commit is contained in:
2025-11-26 18:24:31 +01:00
parent 6925f6a46b
commit fc18681a5d

View File

@@ -1,10 +1,10 @@
{ username, ... }: { lib, username, ... }:
{ {
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.
home = { home = {
inherit username; inherit username;
homeDirectory = "/home/${username}"; homeDirectory = lib.mkForce "/home/${username}";
# This value determines the Home Manager release that your # This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage