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

9 lines
165 B
Nix

{ lib, ... }:
{
name = "Lazygit";
homepage = "https://github.com/jesseduffield/lazygit";
maintainers = with lib.maintainers; [
mateusauler
naho
];
}