Merge add-catppuccin-forgejo: Catppuccin theme on Forgejo

This commit is contained in:
DannyDannyDanny 2026-05-20 18:46:57 +02:00
commit 1b0eb5835d
4 changed files with 36 additions and 0 deletions

View file

@ -581,6 +581,14 @@ in
};
};
# Catppuccin theme for Forgejo — module wired in via clan.nix's
# phantom-ship.imports (inputs.catppuccin.nixosModules.catppuccin).
catppuccin.forgejo = {
enable = true;
flavor = "mocha";
accent = "mauve";
};
# Auto-rebuild service/timer + safe.directory provided by the
# shared dotfiles-rebuild NixOS module (see nixos/modules/dotfiles-rebuild.nix).
}