mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-23 20:11:27 +00:00
fix
This commit is contained in:
parent
e06c7a659b
commit
fc3a71f9d3
|
@ -47,7 +47,7 @@ in
|
||||||
default = "forgejo-auto";
|
default = "forgejo-auto";
|
||||||
type = lib.types.enum [ "forgejo-auto" "forgejo-light" "forgejo-dark" "auto" "gitea" "arc-green" ];
|
type = lib.types.enum [ "forgejo-auto" "forgejo-light" "forgejo-dark" "auto" "gitea" "arc-green" ];
|
||||||
description = "The default theme for the gitea instance";
|
description = "The default theme for the gitea instance";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue