fix: enable user in standalone home-manager by default
This commit is contained in:
parent
9be6d6714e
commit
32b5448e28
1 changed files with 4 additions and 1 deletions
|
|
@ -133,7 +133,10 @@ in
|
||||||
inherit user-inputs core-inputs;
|
inherit user-inputs core-inputs;
|
||||||
}))
|
}))
|
||||||
({
|
({
|
||||||
snowfallorg.user.name = mkDefault user-metadata.user;
|
snowfallorg.user = {
|
||||||
|
name = mkDefault user-metadata.user;
|
||||||
|
enable = mkDefault true;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue