revert
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -23,7 +23,17 @@
|
||||
};
|
||||
|
||||
mkhomeManagerModules = config: [
|
||||
self.homeManagerModules.default { inherit (config) extraImports; }
|
||||
self.homeManagerModules.default
|
||||
# { inherit (config) extraImports; }
|
||||
{
|
||||
user = config.user;
|
||||
stateVersion = config.stateVersion;
|
||||
profile = config.profile;
|
||||
enableShell = config.enableShell;
|
||||
ssh = config.ssh;
|
||||
_1password = config._1password;
|
||||
docker = config.docker;
|
||||
}
|
||||
] ++ config.extraImports;
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user