diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pc.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pc.nix b/modules/pc.nix index 0b31149..65ad60c 100644 --- a/modules/pc.nix +++ b/modules/pc.nix @@ -28,8 +28,6 @@ in services.locate = { enable = !cfg.minimal; pruneBindMounts = true; - package = pkgs.plocate; - localuser = null; }; this.overlays.emacs.enable = !cfg.minimal; |