diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -9,8 +9,6 @@ running `nix run github:Fuwn/tsutsumi#rui`. (or any other package in place of ## Applications - [Maple](https://github.com/gemrest/maple) - Static Gemini server with Titan support -- [Mayu](https://github.com/Fuwn/mayu) - Moe-Counter compatible website hit - counter written in Gleam - [Rui](https://github.com/Fuwn/rui/) (`rui`) - Personal NixOS flake manager - [Yae](https://github.com/Fuwn/yae) (`yae`) - Nix Dependency Manager - [ahoviewer](https://github.com/ahodesuka/ahoviewer) - GTK image viewer, @@ -77,7 +77,7 @@ gigi = gigi.packages.${system}.default; git-sumi = pkgs.callPackage ./pkgs/git-sumi.nix { }; maple = yaePackage "maple"; - mayu = yaePackage "mayu"; + # mayu = yaePackage "mayu"; html2md = pkgs.callPackage ./pkgs/html2md.nix { }; lilipod = pkgs.callPackage ./pkgs/lilipod.nix { }; parse-ripper-output = pkgs.callPackage ./pkgs/parse-ripper-output.nix { source = yae.ripper; }; |