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