From b1015c26bd6ca47a4fd3ac8116ed1dae629147b7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 26 Aug 2024 20:37:28 +0200 Subject: feat(conf/yt): Add a main config file --- modules/home/conf/yt/config.toml | 2 ++ modules/home/conf/yt/default.nix | 1 + 2 files changed, 3 insertions(+) create mode 100644 modules/home/conf/yt/config.toml (limited to 'modules/home') 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; } -- cgit 1.4.1