move plocate to the module level

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-17 23:34:17 -04:00 committed by Richie Cahill
parent 8190cf8a9b
commit db57d86787
2 changed files with 6 additions and 1 deletions

6
modules/plocate.nix Normal file
View File

@ -0,0 +1,6 @@
{ lib, pkgs, ... }:
{
services.locate.enable = lib.mkDefault true;
environment.systemPackages = [ pkgs.plocate ];
}

View File

@ -52,7 +52,6 @@
smartmontools smartmontools
wget wget
glances glances
plocate
# Rust packages # Rust packages
bat bat