Revert "Merge add-catppuccin-forgejo: Catppuccin theme on Forgejo"
This reverts commit1b0eb5835d, reversing changes made to5d4f2048a6.
This commit is contained in:
parent
9793d5ef7c
commit
b11add8525
4 changed files with 0 additions and 36 deletions
|
|
@ -166,7 +166,6 @@ in {
|
||||||
}
|
}
|
||||||
clanHostsModule
|
clanHostsModule
|
||||||
inputs.nix-openclaw.nixosModules.openclaw-gateway
|
inputs.nix-openclaw.nixosModules.openclaw-gateway
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
|
||||||
../nixos/hosts/phantom-ship.nix
|
../nixos/hosts/phantom-ship.nix
|
||||||
config.flake.nixosModules.server-debug-tools
|
config.flake.nixosModules.server-debug-tools
|
||||||
config.flake.nixosModules.monitoring-node-exporter
|
config.flake.nixosModules.monitoring-node-exporter
|
||||||
|
|
|
||||||
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -1,25 +1,5 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"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": {
|
"clan-community": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"clan-core": [
|
"clan-core": [
|
||||||
|
|
@ -520,7 +500,6 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin": "catppuccin",
|
|
||||||
"clan-community": "clan-community",
|
"clan-community": "clan-community",
|
||||||
"clan-core": "clan-core",
|
"clan-core": "clan-core",
|
||||||
"disko": "disko_2",
|
"disko": "disko_2",
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,6 @@
|
||||||
nix-openclaw.url = "github:openclaw/nix-openclaw";
|
nix-openclaw.url = "github:openclaw/nix-openclaw";
|
||||||
nix-openclaw.inputs.nixpkgs.follows = "nixpkgs";
|
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.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
|
||||||
clan-core.inputs.nixpkgs.follows = "nixpkgs";
|
clan-core.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
clan-core.inputs.flake-parts.follows = "flake-parts";
|
clan-core.inputs.flake-parts.follows = "flake-parts";
|
||||||
|
|
|
||||||
|
|
@ -581,14 +581,6 @@ 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
|
# Auto-rebuild service/timer + safe.directory provided by the
|
||||||
# shared dotfiles-rebuild NixOS module (see nixos/modules/dotfiles-rebuild.nix).
|
# shared dotfiles-rebuild NixOS module (see nixos/modules/dotfiles-rebuild.nix).
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue