add service for locate on nixdesk
locate is basically a linux equivelent of search everything by voidtools
This commit is contained in:
parent
a789a7ec7c
commit
1ca38b72a0
2 changed files with 9 additions and 1 deletions
6
sys/profiles/services/locate.nix
Normal file
6
sys/profiles/services/locate.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{lib, ...}: {
|
||||
services.locate = {
|
||||
enable = true;
|
||||
pruneNames = lib.mkOptionDefault [".jj"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue