Guanran928 / flake

https://http.cat/301
https://git.ny4.dev/nyancat/flake
7 stars 0 forks source link

application suggestions #4

Open phanirithvij opened 3 weeks ago

phanirithvij commented 3 weeks ago

Hi, do you know of navi? https://github.com/denisidoro/navi

I think you might like it.

It has support for tldr and even tealdeer but there's no new release with that support so I wrote an overlay.

here it is ```nix naviOverlay = f: p: { navi = p.navi.overrideAttrs (old: rec { pname = "navi"; version = "master"; src = p.fetchFromGitHub { owner = "denisidoro"; repo = "navi"; rev = "52e90ad8f993c9db458915b681a3ddf165b8002b"; hash = "sha256-8e2sbKc6eYDerf/q0JwS6GPXkqDXLerbPqWK6oemSqM="; }; cargoDeps = old.cargoDeps.overrideAttrs ( p.lib.const { name = "${pname}-vendor.tar.gz"; inherit src; outputHash = "sha256-vNfcSHNP0KNM884DMtraYohLOvumSZnEtemJ+bJSQ5o="; } ); }); }; ```
phanirithvij commented 3 weeks ago

other related, cool things, espanso, buku.