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

21
flake.lock generated
View file

@ -1,5 +1,25 @@
{
"nodes": {
"catppuccin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1779125773,
"narHash": "sha256-F34zmAgMQXHwvFb9SpCilX4cAIfF4+KvpzrJqnkNLJE=",
"owner": "catppuccin",
"repo": "nix",
"rev": "86996e2c4ee6a091fddb10de56dd21a1a5972bcb",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},
"clan-community": {
"inputs": {
"clan-core": [
@ -500,6 +520,7 @@
},
"root": {
"inputs": {
"catppuccin": "catppuccin",
"clan-community": "clan-community",
"clan-core": "clan-core",
"disko": "disko_2",