nixos-config/scripts/wdmenu.nix
2025-03-12 11:40:49 -03:00

5 lines
73 B
Nix

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