mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix: enable user in standalone home-manager by default
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user