diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/yt/config.toml | 2 | ||||
-rw-r--r-- | modules/home/conf/yt/default.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/conf/yt/config.toml b/modules/home/conf/yt/config.toml new file mode 100644 index 00000000..981481d9 --- /dev/null +++ b/modules/home/conf/yt/config.toml @@ -0,0 +1,2 @@ +[download] +max_cache_size = "5 GiB" diff --git a/modules/home/conf/yt/default.nix b/modules/home/conf/yt/default.nix index 14710586..507a0db1 100644 --- a/modules/home/conf/yt/default.nix +++ b/modules/home/conf/yt/default.nix @@ -1,4 +1,5 @@ {...}: { xdg.configFile."yt/mpv.conf".source = ./mpv.conf; xdg.configFile."yt/mpv.input.conf".source = ./input.conf; + xdg.configFile."yt/config.toml".source = ./config.toml; } |