Tree! It's the square hole for imports. That's right. It goes in the

square hole.
This commit is contained in:
kat witch 2021-11-20 23:36:45 +00:00
parent e716081479
commit d0363ab8e9
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
22 changed files with 178 additions and 123 deletions

View file

@ -1,12 +0,0 @@
{ sources, ... }: {
functor = {
enable = true;
external = [
(import (sources.arcexprs + "/modules")).home-manager
(import (sources.katexprs + "/modules")).home
(import (sources.impermanence + "/home-manager.nix"))
(import sources.anicca).modules.home
(sources.tf-nix + "/modules/home/secrets.nix")
];
};
}

View file

@ -1,5 +0,0 @@
{ sources, ... }: {
functor = {
enable = true;
};
}

View file

@ -1,13 +0,0 @@
{ sources, ... }: {
functor = {
enable = true;
external = [
(import (sources.arcexprs + "/modules")).nixos
(import (sources.katexprs + "/modules")).nixos
(import (sources.impermanence + "/nixos.nix"))
(import sources.anicca).modules.nixos
(sources.tf-nix + "/modules/nixos/secrets.nix")
(sources.tf-nix + "/modules/nixos/secrets-users.nix")
];
};
}