From 1bd34d8cbb70d89ec7095f7c51a78d6c21ea68e6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 25 Nov 2024 20:02:24 +0100 Subject: feat(modules/legacy/default): Move the download dir to `/tmp` This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless. --- modules/home.legacy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix index f4736150..de6fec25 100644 --- a/modules/home.legacy/default.nix +++ b/modules/home.legacy/default.nix @@ -46,7 +46,7 @@ in { createDirectories = true; desktop = null; documents = "${homeDirectory}/school/general"; - download = "${homeDirectory}/media/downloads"; + download = "/tmp/download"; music = "${homeDirectory}/media/music"; pictures = "${homeDirectory}/media/pictures"; videos = "${homeDirectory}/media/videos"; -- cgit 1.4.1