mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
remove home-manager
This commit is contained in:
parent
c646bff54d
commit
9599fa0bd2
8 changed files with 0 additions and 474 deletions
8
tree.nix
8
tree.nix
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue