Update search paths
Using the `path:number` format defines both the path and search depth.
This commit is contained in:
parent
7b3ab11048
commit
b66a493ed9
1 changed files with 4 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue