diff --git a/profiles/graphical/xserver.nix b/profiles/graphical/xserver.nix index 5a79ea6..41621d1 100644 --- a/profiles/graphical/xserver.nix +++ b/profiles/graphical/xserver.nix @@ -1,5 +1,6 @@ { pkgs, lib, ... }: { services.xserver.enable = true; + services.xserver.displayManager.lightdm.enable = true; environment.systemPackages = with pkgs; [ xclip