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>
5 lines
79 B
Nix
5 lines
79 B
Nix
{ lib, ... }:
|
|
{
|
|
maintainers = [ lib.maintainers.cluther ];
|
|
name = "K9s";
|
|
}
|