From 556f20bb3e24fbacc486a205b5066f7d890a443b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michi=20Flo=C3=9Fmann?= Date: Sat, 13 Jul 2024 13:38:56 +0200 Subject: [PATCH] add otter plugin --- plugins/otter.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/otter.nix diff --git a/plugins/otter.nix b/plugins/otter.nix new file mode 100644 index 0000000..4701491 --- /dev/null +++ b/plugins/otter.nix @@ -0,0 +1,3 @@ +_:{ + opts.enable = true; +}