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/by-name/lf/lf/module.nix | 2 +- modules/common/default.nix | 2 +- modules/home.legacy/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/by-name/lf/lf/module.nix b/modules/by-name/lf/lf/module.nix index ea9970ef..e66c3a8a 100644 --- a/modules/by-name/lf/lf/module.nix +++ b/modules/by-name/lf/lf/module.nix @@ -101,7 +101,7 @@ in { # (Otherwise, the remote command is silently dropped: https://github.com/gokcehan/lf/issues/495) &{{ tmp="$(mktemp)" - ${lib.getExe pkgs.lf-make-map} --depth 4 generate ~/media ~/repos ~/school >"$tmp" + ${lib.getExe pkgs.lf-make-map} --depth 4 generate ~/media ~/repos ~/documents >"$tmp" lf -remote "send $id source $tmp" sleep 1 diff --git a/modules/common/default.nix b/modules/common/default.nix index 15b4c971..faaeccf5 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -172,7 +172,7 @@ "~/.local/.Trash-1000" "~/media" - "~/school" + "~/documents" "~/repos" ]; }; 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