1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-15 17:40:20 +02:00
home-manager/tests/modules/services/recoll/basic-configuration.conf

19 lines
389 B
Plaintext
Raw Normal View History

dbdir = ~/.cache/recoll/xapiandb
2022-02-07 11:54:09 +01:00
nocjk = 0
skippedNames+ = "node_modules"
2022-02-07 11:54:09 +01:00
topdirs = "~/Downloads" "~/Documents" "~/library" "~/\"cool\" files"
2022-02-07 11:54:09 +01:00
underscoresasletter = 1
[~/library/projects]
skippedNames+ = ".editorconfig" ".gitignore" "result" "flake.lock" "go.sum"
2022-02-07 11:54:09 +01:00
[~/library/projects/software]
skippedNames+ = "target" "result"
2022-02-07 11:54:09 +01:00
[~/what-is-this-project]
skippedNames+ = "whoa-there"