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 | |
| parent | 1ad3516705412f10d76308008a5810d80b499818 (diff) | |
| download | nixos-d7bbc5124a3c4a026582293797f53c7d97c8a071.tar.xz nixos-d7bbc5124a3c4a026582293797f53c7d97c8a071.zip | |
package names for 26.05
Diffstat (limited to 'archetypes/collections')
| -rw-r--r-- | archetypes/collections/desktop/xserver.nix | 10 | ||||
| -rw-r--r-- | archetypes/collections/utilities.nix | 2 |
2 files changed, 6 insertions, 6 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 ]; }; diff --git a/archetypes/collections/utilities.nix b/archetypes/collections/utilities.nix index 24d61f6..1597d75 100644 --- a/archetypes/collections/utilities.nix +++ b/archetypes/collections/utilities.nix @@ -29,7 +29,7 @@ vimv-rs wget wireguard-tools - xxHash + xxhash yt-dlp ]; |
