11.stylix/modules/fzf/meta.nix
2025-05-18 14:09:50 +01:00

6 lines
124 B
Nix

{ lib, ... }:
{
name = "fzf";
homepage = "https://github.com/junegunn/fzf";
maintainers = [ lib.maintainers.naho ];
}