From aa618793f005bd5efe8666d0f9fc646bcee40fb6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 02:20:43 +0300 Subject: [PATCH] try nixd --- .nixd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .nixd.json diff --git a/.nixd.json b/.nixd.json new file mode 100644 index 00000000..1e6edb61 --- /dev/null +++ b/.nixd.json @@ -0,0 +1,9 @@ +{ + "options": { + "enable": true, + "target": { + "args": [], + "installable": ".#sakotop.options" + } + } +}