update theming of hosts/dragyx

This commit is contained in:
Dragyx 2024-04-14 22:54:16 +02:00
commit 2b7f59a404
4 changed files with 82 additions and 30 deletions

View file

@ -1,6 +1,19 @@
{ config, pkgs, ... }:
{
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;
};
}