Unverified Commit 67afa4df authored by Austin Horstman's avatar Austin Horstman
Browse files

yaziPlugins.yatline-catppuccin: init at 0-unstable-2025-03-05

parent 793eef61
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "yatline-catppuccin.yazi";
  version = "0-unstable-2025-03-05";

  src = fetchFromGitHub {
    owner = "imsi32";
    repo = "yatline-catppuccin.yazi";
    rev = "8cc4773ecab8ee8995485d53897e1c46991a7fea";
    hash = "sha256-Wz53zjwFyflnxCIMjAv+nzcgDriJwVYBX81pFXJUzc4=";
  };

  meta = {
    description = "Soothing pastel theme for Yatline";
    homepage = "https://github.com/imsi32/yatline-catppuccin.yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
}