graphical/xserver: remove unnecessary packages
This commit is contained in:
parent
94e767270d
commit
8a68337380
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue