yazi plugin refactor and cache

This commit is contained in:
Matt Nish-Lapidus 2025-04-04 15:52:29 -04:00
parent cd215f8df6
commit 62a382f2f5
3 changed files with 16 additions and 12 deletions

View file

@ -59,10 +59,12 @@
substituters = [
"https://nix-community.cachix.org"
"https://cache.garnix.io"
"https://yazi.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"yazi.cachix.org-1:Dcdz63NZKfvUCbDGngQDAZq6kOroIrFoyO064uvLh8k="
];
};