]> njoseph.me Git - nimcoon.git/blobdiff - preferences.nim
Preferences go into a config file
[nimcoon.git] / preferences.nim
diff --git a/preferences.nim b/preferences.nim
new file mode 100644 (file)
index 0000000..078ea9e
--- /dev/null
@@ -0,0 +1,9 @@
+# Your preferences here.
+
+# Supported video players in order of preference.
+# Should be able to play YouTube videos directly.
+let supportedPlayers* = ["mpv", "vlc"]
+
+# Only show these many results
+let limit* = 10
+