feat(web): enable minimum utils

This commit is contained in:
514fpv 2024-01-17 19:33:01 +08:00
parent 2423081e2a
commit ae0f334286
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -11,6 +11,10 @@
acme.enable = true;
};
home = {
util.minimal = true;
};
imports = lib.pipe ./. [
builtins.readDir
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))