{ config, pkgs, ... }: { services.xserver.displayManager = { lightdm = { enable = true; }; }; environment.systemPackages = with pkgs; [ dmenu dunst libnotify # for notify-send sxhkd scrot perlPackages.FileMimeInfo # xdg-utils uses this when no DE ]; }