X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/6f161e0bd890c7289b54ad8ccfd5b73a416ea478..e9f0c7d0facb6a454a204e3b3ce66d521f40d6e8:/src/config.nim diff --git a/src/config.nim b/src/config.nim index 2431cd7..3593fe6 100644 --- a/src/config.nim +++ b/src/config.nim @@ -6,3 +6,9 @@ let supportedPlayers* = ["mpv", "cvlc"] # Only show these many results let limit* = 10 + +# Download videos to this directory +let videoDownloadDirectory* = "~/Videos" + +# Download music to this directory +let musicDownloadDirectory* = "~/Music"