about summary refs log tree commit diff
path: root/hosts/common/desktop/default.nix
blob: 6a752b6690c10d024e048d51e7579a0e45f2e47b (plain) (blame)
1
2
3
4
5
6
7
8
{ lib, config, pkgs, ... }: {
  imports = [ ./fonts.nix ./xserver.nix ];

  services.avahi.enable = true;
  # Important to resolve .local domains of printers, otherwise you get an error
  # like  "Impossible to connect to XXX.local: Name or service not known"
  services.avahi.nssmdns = true;
}