From df7ce08c9788f9f3a2c907ebfa50a603db6ab3bb Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 1 Jan 2024 17:17:56 +0100 Subject: fix(hm/conf/ytcc): Use better nested download directories --- hm/soispha/conf/ytcc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/ytcc/default.nix') diff --git a/hm/soispha/conf/ytcc/default.nix b/hm/soispha/conf/ytcc/default.nix index 0a336be5..87300ec1 100644 --- a/hm/soispha/conf/ytcc/default.nix +++ b/hm/soispha/conf/ytcc/default.nix @@ -5,7 +5,7 @@ }: { xdg.configFile."ytcc/ytcc.conf".source = pkgs.substituteAll { src = ./ytcc.conf; - xdg_download_dir = config.xdg.userDirs.download; + download_dir = "${config.xdg.userDirs.download}/ytcc"; xdg_data_home = config.xdg.dataHome; }; } -- cgit 1.4.1