feat(web): enable minimum utils
This commit is contained in:
parent
2423081e2a
commit
ae0f334286
|
@ -11,6 +11,10 @@
|
||||||
acme.enable = true;
|
acme.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home = {
|
||||||
|
util.minimal = true;
|
||||||
|
};
|
||||||
|
|
||||||
imports = lib.pipe ./. [
|
imports = lib.pipe ./. [
|
||||||
builtins.readDir
|
builtins.readDir
|
||||||
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
||||||
|
|
Loading…
Reference in a new issue