refactor: get rid of config folder

This commit is contained in:
Kat Inskip 2022-07-08 17:53:16 -07:00
parent 2606e1d874
commit cb3ae5f434
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
254 changed files with 79 additions and 101 deletions

View file

@ -7,8 +7,20 @@
mkTree = import ./tree.nix { inherit lib; };
localTree = mkTree {
inherit inputs;
folder = ./config;
folder = ./.;
config = {
"/" = {
excludes = [
"tf"
"inputs"
"tree"
"flake"
"meta"
"outputs"
"inputs"
"trusted"
];
};
"modules/nixos" = {
functor = {
enable = true;