snowfall migration wip fixed user config

This commit is contained in:
Aleksandr Lebedev 2025-08-09 17:19:12 +02:00
parent 25774148e4
commit aaf4ff29c4
8 changed files with 87 additions and 79 deletions

View file

@ -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 {