infrastructure/overlays/local/waybar-gpg/default.nix
2022-07-10 13:59:15 -07:00

5 lines
143 B
Nix

{ wrapShellScriptBin, pkgs }:
wrapShellScriptBin "kat-gpg-status" ./kat-gpg-status.sh {
depsRuntimePath = with pkgs; [ coreutils gnupg ];
}