diff --git a/system/services.nix b/system/services.nix index 1632f74..25a79a4 100644 --- a/system/services.nix +++ b/system/services.nix @@ -7,5 +7,11 @@ alsa.support32Bit = true; pulse.enable = true; }; + + locate = { + enable = true; + package = pkgs.plocate; + localuser = null; + }; }; }