feat(fuzzel): Remove Fuzzel
This commit is contained in:
parent
2e5fabb018
commit
04dc34f1db
2 changed files with 0 additions and 15 deletions
|
@ -8,7 +8,6 @@
|
||||||
./fcitx5.nix
|
./fcitx5.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./foot.nix
|
./foot.nix
|
||||||
./fuzzel.nix
|
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./gh-dash.nix
|
./gh-dash.nix
|
||||||
./gitui.nix
|
./gitui.nix
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
inherit (config.catppuccin) sources;
|
|
||||||
cfg = config.programs.fuzzel.catppuccin;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.programs.fuzzel.catppuccin = lib.ctp.mkCatppuccinOpt { name = "fuzzel"; } // {
|
|
||||||
accent = lib.ctp.mkAccentOpt "fuzzel";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
programs.fuzzel.settings.main.include = sources.fuzzel + "/themes/${cfg.flavor}/${cfg.accent}.ini";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue