nixos-config/scripts/wlauncher.nix

5 lines
80 B
Nix
Raw Normal View History

2022-10-18 21:45:20 -03:00
{ pkgs, ... }:
2023-01-22 18:12:04 -03:00
pkgs.writeShellScriptBin "wlauncher" ''
2024-06-05 01:18:48 -03:00
exec bmenu run "$@"
2022-08-19 20:40:39 -03:00
''