X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/427e87f9d63a2514a8f31ba915e934fcab8399a2..e4a687068729e3042ce742a4058cf7d9297366b8:/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"