{ config, lib, pkgs, ...}: { displayManager = { defaultSession = "none+xmonad"; }; windowManager.xmonad = { enable = true; enableContribAndExtras = true; }; }