phantom-ship: Catppuccin theme for Forgejo (mocha + mauve)
Adds catppuccin flake input and wires its NixOS module into phantom-ship's imports via clan.nix. Enables catppuccin.forgejo with mocha flavor + mauve accent on the running Forgejo instance. Module ref: https://nix.catppuccin.com/options/main/nixos/catppuccin.forgejo/
This commit is contained in:
parent
0f34d2508d
commit
0c11628f73
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