nautilus: revert disabling tracker to fix service failure
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2639405353
commit
43cd651aed
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ in {
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
sushi.enable = true; # Quick preview with spacebar
|
sushi.enable = true; # Quick preview with spacebar
|
||||||
#// tracker.enable = true; # File indexing
|
tracker.enable = true; # File indexing
|
||||||
#// tracker-miners.enable = true;
|
tracker-miners.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ in {
|
||||||
BusName = "org.gnome.Nautilus";
|
BusName = "org.gnome.Nautilus";
|
||||||
ExecStart = "${nautilus} --gapplication-service";
|
ExecStart = "${nautilus} --gapplication-service";
|
||||||
ExecStop = "${nautilus} --quit";
|
ExecStop = "${nautilus} --quit";
|
||||||
Restart = "on-failure";
|
Restart = "no";
|
||||||
Type = "dbus";
|
Type = "dbus";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue