nix: update tracker syntax
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
17a335673b
commit
8b9b1a6f46
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,10 @@ in {
|
|||
|
||||
gnome = {
|
||||
sushi.enable = true; # Quick preview with spacebar
|
||||
tracker.enable = cfg.index; # File indexing
|
||||
tracker-miners.enable = cfg.index;
|
||||
|
||||
# File indexing
|
||||
localsearch.enable = cfg.index;
|
||||
tinysparql.enable = cfg.index;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue