Added porecry package

This commit is contained in:
fleaz 2025-07-30 16:22:45 +02:00
parent 2344fc3edb
commit 04a956bad8
5 changed files with 24 additions and 4 deletions

View file

@ -6,6 +6,6 @@ let
in
pkgs.mkShell {
buildInputs = with pkgs; [
nerdfonts
porecry
];
}