remove home-manager

This commit is contained in:
arcnmx 2023-04-29 13:58:38 -07:00
parent c646bff54d
commit 9599fa0bd2
8 changed files with 0 additions and 474 deletions

View file

@ -50,19 +50,11 @@
]);
};
};
"modules/home" = {
functor = {
external = [
(import (inputs.arcexprs + "/modules")).home-manager
];
};
};
"modules/nixos".functor.enable = true;
"modules/meta".functor.enable = true;
"modules/system".functor.enable = true;
"modules/home".functor.enable = true;
"modules/type".functor.enable = true;
"nixos/systems".functor.enable = false;
"nixos/*".functor = {
enable = true;
};