11.stylix/modules/broot/meta.nix
dastarruer 9654508da1
broot: init (#2210)
Closes: https://github.com/nix-community/stylix/issues/332
Link: https://github.com/nix-community/stylix/pull/2210

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2026-02-20 13:24:59 +01:00

6 lines
126 B
Nix

{ lib, ... }:
{
name = "Broot";
homepage = "https://dystroy.org/broot";
maintainers = [ lib.maintainers.dastarruer ];
}