nixos/services/omnisearch.nix
2026-03-28 12:09:08 +00:00

5 lines
No EOL
65 B
Nix

#omnisearch.nix
{ ... }:
{
services.omnisearch.enable = true;
}