X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/3ba7018e57814f0f382d798931215619ae1783a8..427e87f9d63a2514a8f31ba915e934fcab8399a2:/src/config.nim diff --git a/src/config.nim b/src/config.nim new file mode 100644 index 0000000..2431cd7 --- /dev/null +++ b/src/config.nim @@ -0,0 +1,8 @@ +# Your configuration here. + +# Supported video players in order of preference. +# Should be able to play YouTube videos directly. +let supportedPlayers* = ["mpv", "cvlc"] + +# Only show these many results +let limit* = 10