- Add config option to switch between window managers / desktop environments - Remove systemPackages attribute when a service or program attribute is available - Add GNOME to gui
9 lines
172 B
Nix
9 lines
172 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.printing.enable = true;
|
|
services.avahi.enable = true;
|
|
services.avahi.nssmdns4 = true;
|
|
services.avahi.openFirewall = true;
|
|
}
|