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 = {
|
tmux-sessionizer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
searchPaths =
|
searchPaths = [
|
||||||
let
|
"${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}:2"
|
||||||
inherit (config.xdg.userDirs) documents extraConfig;
|
"${config.xdg.userDirs.documents}:1"
|
||||||
|
];
|
||||||
repos = extraConfig.XDG_REPOS_DIR;
|
|
||||||
in
|
|
||||||
[
|
|
||||||
repos
|
|
||||||
documents
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
todos.enable = true;
|
todos.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue