enable home-manager in common config

This commit is contained in:
Andreas Zweili 2022-01-12 14:45:13 +01:00
parent da6f68a1bd
commit 12e7c1dec2
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ in
# paths it should manage.
home.username = username;
home.homeDirectory = "/home/${username}";
programs.home-manager.enable = true;
}