]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add `nimble` (#187)
authorAzad <49314270+Akmadan23@users.noreply.github.com>
Fri, 14 Oct 2022 11:46:38 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 11:46:38 +0000 (13:46 +0200)
programs/nimble.json [new file with mode: 0644]

diff --git a/programs/nimble.json b/programs/nimble.json
new file mode 100644 (file)
index 0000000..22f2418
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "nimble",
+    "files": [
+        {
+            "path": "$HOME/.nimble",
+            "movable": true,
+            "help": "Export the following environment variable:\n\n```bash\nexport NIMBLE_DIR=\"$XDG_DATA_HOME/nimble\"\n```\n"
+        }
+    ]
+}