1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
This commit is contained in:
Rae 5e 2025-03-05 17:24:11 -05:00
parent 5c0c226009
commit c49995771d
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }: let
cfg = config.r5e.containers.homepage;
settingsFormat = pkgs.formats.yaml;
settingsFormat = pkgs.formats.yaml {};
in {
options.r5e.containers.homepage = {
enable = lib.mkEnableOption "homepage";