yazi plugin refactor and cache

This commit is contained in:
Matt Nish-Lapidus 2025-04-04 17:12:21 -04:00
parent 62a382f2f5
commit 561f1fcdd0
5 changed files with 101 additions and 96 deletions

View file

@ -40,12 +40,6 @@
rev = "HEAD";
sha256 = "sha256-JiUik4umi+ujsJmHliUbLsIj7ZTKayrWAAM8HmRdjwk=";
};
starship = pkgs.fetchFromGitHub {
owner = "Rolv-Apneseth";
repo = "starship.yazi";
rev = "HEAD";
sha256 = "sha256-bhLUziCDnF4QDCyysRn7Az35RAy8ibZIVUzoPgyEO1A=";
};
restore = pkgs.fetchFromGitHub {
owner = "boydaihungst";
repo = "restore.yazi";
@ -64,6 +58,19 @@
rev = "HEAD";
sha256 = "sha256-7X8uAiJ8vBXYBXOgyKhVVikOnTBGrdCcXOJemjQNolI=";
};
rich-preview = pkgs.fetchFromGitHub {
owner = "AnirudhG07";
repo = "rich-preview.yazi";
rev = "HEAD";
sha256 = "sha256-dW2gAAv173MTcQdqMV32urzfrsEX6STR+oCJoRVGGpA=";
};
mediainfo= pkgs.fetchFromGitHub {
owner = "boydaihungst";
repo = "mediainfo.yazi";
rev = "HEAD";
sha256 = "sha256-U6rr3TrFTtnibrwJdJ4rN2Xco4Bt4QbwEVUTNXlWRps=";
};
dir-rules = ./yazi/plugins/dir-rules.yazi;
smart-tab = ./yazi/plugins/smart-tab.yazi;
};
@ -183,5 +190,4 @@
xdg.configFile."yazi/theme.toml".source = ./yazi/theme.toml;
xdg.configFile."yazi/flavors".source = ./yazi/flavors;
# xdg.configFile."yazi/plugins".source = ./yazi/plugins;
}