11.stylix/modules/gdu/meta.nix
chillcicada 961e2f02af
gdu: properly rename module and option names (#2044)
Fixes: b9b0501839 ("gdu: init (#1995)")
Link: https://github.com/nix-community/stylix/pull/2044

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-30 18:11:06 +01:00

6 lines
138 B
Nix

{ lib, ... }:
{
name = "go DiskUsage()";
homepage = "https://github.com/dundee/gdu";
maintainers = [ lib.maintainers.omega-800 ];
}