diff --git a/profiles/graphical/xserver.nix b/profiles/graphical/xserver.nix index 8d34394..eabeaaa 100644 --- a/profiles/graphical/xserver.nix +++ b/profiles/graphical/xserver.nix @@ -4,11 +4,11 @@ displayManager.lightdm.enable = true; }; - environment.systemPackages = with pkgs; [ - xclip - xdotool - xorg.xwininfo - xorg.xauth + environment.systemPackages = with pkgs; lib.flatten [ + (with xorg; [ + xwininfo + xprop + ]) blugon ];