mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-06-03 20:25:21 +02:00
kommode/gitea: install the rest of the themes
This commit is contained in:
parent
48a5f4e79e
commit
9053dda57c
@ -3,7 +3,12 @@ let
|
|||||||
cfg = config.services.gitea;
|
cfg = config.services.gitea;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.gitea-themes.monokai = pkgs.gitea-theme-monokai;
|
services.gitea-themes = {
|
||||||
|
monokai = pkgs.gitea-theme-monokai;
|
||||||
|
earl-grey = pkgs.gitea-theme-earl-grey;
|
||||||
|
pitch-black = pkgs.gitea-theme-pitch-black;
|
||||||
|
catppuccin = pkgs.gitea-theme-catppuccin;
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.gitea-customization = lib.mkIf cfg.enable {
|
systemd.services.gitea-customization = lib.mkIf cfg.enable {
|
||||||
description = "Install extra customization in gitea's CUSTOM_DIR";
|
description = "Install extra customization in gitea's CUSTOM_DIR";
|
||||||
|
Loading…
Reference in New Issue
Block a user