mixed: gpg fixes, refactoring

This commit is contained in:
Kat Inskip 2023-01-17 15:32:14 -05:00
parent 53eed4454d
commit 1ec876812e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
50 changed files with 235 additions and 183 deletions

View file

@ -25,15 +25,16 @@
];
};
# Required for all-system common imports
system.functor.enable = true;
common.functor.enable = true;
# Re-map home directory profiles
home.evaluateDefault = true;
kat.evaluateDefault = true;
"kat/user".evaluateDefault = true;
# Allow profile importing
"nixos/*".functor.enable = true;
"darwin/*".functor.enable = true;
"home/*".functor.enable = true;
"kat/*".functor.enable = true;
# Various modules
"nixos/modules" = {
"modules/nixos" = {
functor = {
enable = true;
external = with inputs;
@ -48,7 +49,7 @@
]);
};
};
"darwin/modules" = {
"modules/darwin" = {
functor = {
enable = true;
external = with inputs; [
@ -57,7 +58,7 @@
];
};
};
"home/modules" = {
"modules/home" = {
functor = {
enable = true;
external = with inputs;