remove xmonad from home-manager configuration

This commit is contained in:
Primrose 2024-08-11 21:36:23 +02:00
parent 8208f5309f
commit 349deb0303
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 1 additions and 11 deletions

View file

@ -29,7 +29,6 @@ let
extraModuleNames = [
"auto-gc"
"fcitx5"
"xmonad"
];
eachModule = lib.attrsets.genAttrs (moduleNames ++ extraModuleNames) toModule;

View file

@ -1,6 +0,0 @@
{
xsession.windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
};
}