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

6 lines
130 B
Nix

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