graphical/xserver: remove unnecessary packages

This commit is contained in:
Infinidoge 2021-11-17 23:27:47 -05:00
parent 94e767270d
commit 8a68337380

View file

@ -4,11 +4,11 @@
displayManager.lightdm.enable = true; displayManager.lightdm.enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; lib.flatten [
xclip (with xorg; [
xdotool xwininfo
xorg.xwininfo xprop
xorg.xauth ])
blugon blugon
]; ];