From 62923e058aab736006d64429ff58d0ab070df014 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Oct 2025 23:48:04 +0200 Subject: modules/{lf,common,legacy/default}: Finish migration from `school` to `documents` --- modules/home.legacy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home.legacy') diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix index fd543661..8fb209f3 100644 --- a/modules/home.legacy/default.nix +++ b/modules/home.legacy/default.nix @@ -40,7 +40,7 @@ in { enable = true; createDirectories = true; desktop = null; - documents = "${homeDirectory}/school/general"; + documents = "${homeDirectory}/documents/general"; download = "/tmp/download"; music = "${homeDirectory}/media/music"; pictures = "${homeDirectory}/media/pictures"; -- cgit 1.4.1