Merge add-catppuccin-forgejo: Catppuccin theme on Forgejo
This commit is contained in:
commit
1b0eb5835d
4 changed files with 36 additions and 0 deletions
|
|
@ -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).
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue