mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-14 17:38:11 +00:00
remove home-manager module from nixos
This commit is contained in:
+1
-11
@@ -160,17 +160,7 @@ lib
|
||||
inputs.api.nixosModules.default
|
||||
inputs.wsl.nixosModules.wsl
|
||||
{ imports = (nixFiles ../platforms/nixos); }
|
||||
module
|
||||
# (builtins.removeAttrs module [ "home-manager" ])
|
||||
{
|
||||
home-manager = {
|
||||
extraSpecialArgs = {
|
||||
inherit colorscheme;
|
||||
}
|
||||
// specialArgs;
|
||||
}
|
||||
// homeModule.home-manager;
|
||||
}
|
||||
(builtins.removeAttrs module [ "home-manager" ])
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user