summaryrefslogtreecommitdiff
path: root/archetypes/collections/desktop/xserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/collections/desktop/xserver.nix')
-rw-r--r--archetypes/collections/desktop/xserver.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/archetypes/collections/desktop/xserver.nix b/archetypes/collections/desktop/xserver.nix
index 050c9d4..9d62048 100644
--- a/archetypes/collections/desktop/xserver.nix
+++ b/archetypes/collections/desktop/xserver.nix
@@ -18,16 +18,16 @@ in {
# Install basic X utilities
environment.systemPackages = with pkgs; lib.optionals cfg.utilities.enable [
+ setxkbmap
unclutter-desktop-entry
unclutter-xfixes
xcape
xclip
xdotool
- xorg.setxkbmap
- xorg.xinput
- xorg.xkill
- xorg.xrandr
- xorg.xset
+ xinput
+ xkill
+ xrandr
+ xset
xwallpaper
];
};