feat(gitui): Remove gitui
This commit is contained in:
parent
c202d1e3c8
commit
9e2b868081
2 changed files with 0 additions and 18 deletions
|
@ -9,7 +9,6 @@
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./foot.nix
|
./foot.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./gitui.nix
|
|
||||||
./glamour.nix
|
./glamour.nix
|
||||||
./globals.nix
|
./globals.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
inherit (config.catppuccin) sources;
|
|
||||||
|
|
||||||
cfg = config.programs.gitui.catppuccin;
|
|
||||||
enable = cfg.enable && config.programs.gitui.enable;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.programs.gitui.catppuccin = lib.ctp.mkCatppuccinOpt { name = "gitui"; };
|
|
||||||
|
|
||||||
config = lib.mkIf enable {
|
|
||||||
programs.gitui.theme = builtins.path {
|
|
||||||
name = "${cfg.flavor}.ron";
|
|
||||||
path = "${sources.gitui}/themes/catppuccin-${cfg.flavor}.ron";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue