move plocate to the module level
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
8190cf8a9b
commit
db57d86787
6
modules/plocate.nix
Normal file
6
modules/plocate.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.locate.enable = lib.mkDefault true;
|
||||||
|
environment.systemPackages = [ pkgs.plocate ];
|
||||||
|
}
|
@ -52,7 +52,6 @@
|
|||||||
smartmontools
|
smartmontools
|
||||||
wget
|
wget
|
||||||
glances
|
glances
|
||||||
plocate
|
|
||||||
|
|
||||||
# Rust packages
|
# Rust packages
|
||||||
bat
|
bat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user