remove home-manager module from nixos

This commit is contained in:
Noah Masur
2026-09-12 22:29:53 +00:00
parent 985ab2b433
commit 2ac07e2874
2 changed files with 3 additions and 13 deletions
+1 -11
View File
@@ -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" ])
];
};