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:
DannyDannyDanny 2026-05-20 18:44:51 +02:00
parent 0f34d2508d
commit 0c11628f73
4 changed files with 36 additions and 0 deletions

View file

@ -25,6 +25,12 @@
nix-openclaw.url = "github:openclaw/nix-openclaw";
nix-openclaw.inputs.nixpkgs.follows = "nixpkgs";
# Catppuccin NixOS module — used for theming Forgejo (and any future
# NixOS-level services). Home-manager/neovim/alacritty Catppuccin lives
# outside this input (separate nixpkgs packages).
catppuccin.url = "github:catppuccin/nix";
catppuccin.inputs.nixpkgs.follows = "nixpkgs";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.flake-parts.follows = "flake-parts";