Update search paths

Using the `path:number` format defines both the path and search depth.
This commit is contained in:
Oliver Davies 2025-07-09 08:00:00 +01:00
parent 7b3ab11048
commit b66a493ed9

View file

@ -23,16 +23,10 @@
tmux-sessionizer = {
enable = true;
searchPaths =
let
inherit (config.xdg.userDirs) documents extraConfig;
repos = extraConfig.XDG_REPOS_DIR;
in
[
repos
documents
];
searchPaths = [
"${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}:2"
"${config.xdg.userDirs.documents}:1"
];
};
todos.enable = true;