Link: https://github.com/danth/stylix/pull/1250 Reviewed-by: awwpotato <awwpotato@voidq.com> Co-authored-by: awwpotato <awwpotato@voidq.com>
6 lines
146 B
Nix
6 lines
146 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "wayprompt";
|
|
homepage = "https://git.sr.ht/~leon_plickat/wayprompt";
|
|
maintainers = [ lib.maintainers.nukdokplex ];
|
|
}
|