mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
remove xmonad from home-manager configuration
This commit is contained in:
parent
8208f5309f
commit
349deb0303
3 changed files with 1 additions and 11 deletions
|
|
@ -29,7 +29,6 @@ let
|
|||
extraModuleNames = [
|
||||
"auto-gc"
|
||||
"fcitx5"
|
||||
"xmonad"
|
||||
];
|
||||
|
||||
eachModule = lib.attrsets.genAttrs (moduleNames ++ extraModuleNames) toModule;
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
xsession.windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue