Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Add back meta

Ben C 9aae652c 30249bd6

+7
+7
flake.nix
··· 46 46 commonArgs 47 47 // { 48 48 inherit cargoArtifacts; 49 + 50 + meta = with lib; { 51 + description = "A nushell plugin for interacting with dbus"; 52 + license = licenses.mit; 53 + mainProgram = "nu_plugin_dbus"; 54 + homepage = "https://github.com/devyn/nu_plugin_dbus"; 55 + }; 49 56 } 50 57 ); 51 58 nu_version = "0.108.0";