_9menu
9menu 1.11
Simple X11 menu program for running commands
https://github.com/arnoldrobbins/9menuGNU General Public License v3.0 or later
main program: 9menuprograms: 9menu
Platforms (46)
i686-freebsdriscv32-netbsdarmv6l-netbsdx86_64-redoxm68k-netbsdaarch64-freebsdaarch64-netbsdx86_64-cygwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ _9menu ];
Ad-hoc shell
nix-shell -p _9menu
Flake (nix run)
nix run nixpkgs#_9menu