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;
};
environment.systemPackages = with pkgs; [
xclip
xdotool
xorg.xwininfo
xorg.xauth
environment.systemPackages = with pkgs; lib.flatten [
(with xorg; [
xwininfo
xprop
])
blugon
];