nixos-config/scripts/wdmenu.nix
2024-06-05 01:20:42 -03:00

5 lines
73 B
Nix

{ pkgs, ... }:
pkgs.writeShellScriptBin "wdmenu" ''
exec bmenu "$@"
''