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;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xclip
|
||||
xdotool
|
||||
xorg.xwininfo
|
||||
xorg.xauth
|
||||
environment.systemPackages = with pkgs; lib.flatten [
|
||||
(with xorg; [
|
||||
xwininfo
|
||||
xprop
|
||||
])
|
||||
|
||||
blugon
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue