11.stylix/modules/k9s/meta.nix
Flameopathic 82f67a36eb
doc: align module capitalization (#1115)
Closes: https://github.com/danth/stylix/issues/1084
Link: https://github.com/danth/stylix/pull/1115

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
2025-04-10 08:45:51 +02:00

5 lines
79 B
Nix

{ lib, ... }:
{
maintainers = [ lib.maintainers.cluther ];
name = "K9s";
}