feat(imv): Remove imv
This commit is contained in:
parent
71a87bbaf4
commit
6cd932a7fa
2 changed files with 0 additions and 14 deletions
|
@ -13,7 +13,6 @@
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./helix.nix
|
./helix.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./imv.nix
|
|
||||||
./k9s.nix
|
./k9s.nix
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./kvantum.nix
|
./kvantum.nix
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
inherit (config.catppuccin) sources;
|
|
||||||
cfg = config.programs.imv.catppuccin;
|
|
||||||
enable = cfg.enable && config.programs.imv.enable;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.programs.imv.catppuccin = lib.ctp.mkCatppuccinOpt { name = "imv"; };
|
|
||||||
|
|
||||||
config.programs.imv.settings = lib.mkIf enable (
|
|
||||||
lib.ctp.fromINI (sources.imv + "/themes/${cfg.flavor}.config")
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in a new issue