- 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
6 lines
90 B
Nix
6 lines
90 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.xserver.displayManager.lightdm.enable = true;
|
|
}
|