snowfall migration wip fixed user config
This commit is contained in:
parent
25774148e4
commit
aaf4ff29c4
8 changed files with 87 additions and 79 deletions
|
|
@ -5,8 +5,6 @@
|
|||
...
|
||||
}:
|
||||
with lib; rec {
|
||||
mkHomeManagerConfigOpt = config: lib.${namespace}.mkOpt' types.anything {};
|
||||
|
||||
mkUser = {
|
||||
config,
|
||||
enable,
|
||||
|
|
@ -25,7 +23,7 @@ with lib; rec {
|
|||
|
||||
home = {
|
||||
enable = enable;
|
||||
#config = homeConfig;
|
||||
config = homeConfig;
|
||||
};
|
||||
};
|
||||
users.users.${username} = mkIf enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue