about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-20 23:48:04 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-20 23:48:04 +0200
commit62923e058aab736006d64429ff58d0ab070df014 (patch)
treeda3c66c1e0c7bf57a572a046b0ef53648f3a0da2 /modules/by-name
parentmodules/git: Use correct name for `alias.*` config option (diff)
downloadnixos-config-62923e058aab736006d64429ff58d0ab070df014.zip
modules/{lf,common,legacy/default}: Finish migration from `school` to `documents`
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/lf/lf/module.nix2
1 files changed, 1 insertions, 1 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