diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-03 21:59:46 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-03 21:59:46 -0500 |
| commit | d7bbc5124a3c4a026582293797f53c7d97c8a071 (patch) | |
| tree | 5fa128d40ebcc138e638cc34eb897f207bd081ad /archetypes/collections/desktop | |
| parent | 1ad3516705412f10d76308008a5810d80b499818 (diff) | |
| download | nixos-d7bbc5124a3c4a026582293797f53c7d97c8a071.tar.xz nixos-d7bbc5124a3c4a026582293797f53c7d97c8a071.zip | |
package names for 26.05
Diffstat (limited to 'archetypes/collections/desktop')
| -rw-r--r-- | archetypes/collections/desktop/xserver.nix | 10 |
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 ]; }; |
