Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set meta.mainProgram

Ben C 90687b4b f22d9598

+1
+1
flake.nix
··· 48 48 meta = with lib; { 49 49 description = "A nushell plugin for interacting with dbus"; 50 50 license = licenses.mit; 51 + mainProgram = "nu_plugin_dbus"; 51 52 homepage = "https://github.com/devyn/nu_plugin_dbus"; 52 53 }; 53 54 };