about summary refs log tree commit diff stats
path: root/modules/home.legacy/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-25 20:02:24 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-25 20:02:24 +0100
commit1bd34d8cbb70d89ec7095f7c51a78d6c21ea68e6 (patch)
tree374711fde60c85d1de810568d220e8c789247930 /modules/home.legacy/default.nix
parenttests(tests/less): Increase sleep time to avoid flakiness (diff)
downloadnixos-config-1bd34d8cbb70d89ec7095f7c51a78d6c21ea68e6.tar.gz
nixos-config-1bd34d8cbb70d89ec7095f7c51a78d6c21ea68e6.zip
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.
Diffstat (limited to 'modules/home.legacy/default.nix')
-rw-r--r--modules/home.legacy/default.nix2
1 files changed, 1 insertions, 1 deletions
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";