Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Format

Ben C 290130f6 90687b4b

+1 -1
+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 + mainProgram = "nu_plugin_dbus"; 52 52 homepage = "https://github.com/devyn/nu_plugin_dbus"; 53 53 }; 54 54 };