carbon: make xmonad a homeManager module

This commit is contained in:
Primrose 2024-08-09 10:57:28 +02:00
parent 25159fd708
commit 2f67bab65a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 11 additions and 6 deletions

View file

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

View file

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