feat(delta): Remove delta
This commit is contained in:
parent
f0fb2cc974
commit
2841326f0a
2 changed files with 0 additions and 17 deletions
|
@ -4,7 +4,6 @@
|
|||
./btop.nix
|
||||
./cava.nix
|
||||
./cursor.nix
|
||||
./delta.nix
|
||||
./dunst.nix
|
||||
./fcitx5.nix
|
||||
./fish.nix
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (config.catppuccin) sources;
|
||||
cfg = config.programs.git.delta.catppuccin;
|
||||
enable = cfg.enable && config.programs.git.delta.enable;
|
||||
in
|
||||
{
|
||||
options.programs.git.delta.catppuccin = lib.ctp.mkCatppuccinOpt { name = "delta"; };
|
||||
|
||||
config = lib.mkIf enable {
|
||||
programs.git = {
|
||||
includes = [ { path = "${sources.delta}/catppuccin.gitconfig"; } ];
|
||||
delta.options.features = "catppuccin-${cfg.flavor}";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue