nix/xmonad: upstream is bumped to 0.18.1

This commit is contained in:
Primrose 2025-05-19 10:08:09 +02:00
parent 2c0f152018
commit 66f85c7d7e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 3 additions and 14 deletions

View file

@ -1,11 +1,7 @@
{pkgs, ...}: {
services.xserver.windowManager.xmonad = {
enable = true;
extraPackages = hs: [
# https://github.com/ValveSoftware/steam-for-linux/issues/9376
# opt into 0.18.1 specifically
hs.xmonad-contrib_0_18_1
];
enableContribAndExtras = true;
};
services.xserver = {