nichts/hosts/dragyx/common/configuration.nix

20 lines
304 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
2024-04-14 22:54:16 +02:00
imports = [
../../../options/common/pin-registry.nix
../../../options/common/preserve-system.nix
../../../options/desktop/fonts.nix
];
services.locate = {
enable = true;
interval = "hourly";
package = pkgs.plocate;
localuser = null;
};
}