9 lines
170 B
Nix
9 lines
170 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Wayprompt";
|
|
homepage = "https://git.sr.ht/~leon_plickat/wayprompt";
|
|
maintainers = with lib.maintainers; [
|
|
nukdokplex
|
|
panchoh
|
|
];
|
|
}
|