fix: yazi

This commit is contained in:
2026-05-06 19:46:58 +02:00
parent 3f463c5dc7
commit 26cbf784b2
3 changed files with 14 additions and 37 deletions

View File

@@ -52,12 +52,12 @@ in
enable = true;
createDirectories = true;
desktop = null;
documents = userConfig.pathConfig.documents;
download = userConfig.pathConfig.downloads;
documents = baseNameOf userConfig.pathConfig.documents;
download = baseNameOf userConfig.pathConfig.downloads;
music = null;
pictures = userConfig.pathConfig.pictures;
videos = userConfig.pathConfig.video;
projects = userConfig.pathConfig.projects;
pictures = baseNameOf userConfig.pathConfig.pictures;
videos = baseNameOf userConfig.pathConfig.video;
projects = baseNameOf userConfig.pathConfig.projects;
templates = null;
publicShare = null;
setSessionVariables = true;