mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: make xmonad a homeManager module
This commit is contained in:
parent
25159fd708
commit
2f67bab65a
4 changed files with 11 additions and 6 deletions
|
|
@ -29,6 +29,7 @@ let
|
|||
extraModuleNames = [
|
||||
"auto-gc"
|
||||
"fcitx5"
|
||||
"xmonad"
|
||||
];
|
||||
|
||||
eachModule = lib.attrsets.genAttrs (moduleNames ++ extraModuleNames) toModule;
|
||||
|
|
|
|||
6
nix/homeModules/xmonad/default.nix
Normal file
6
nix/homeModules/xmonad/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
xsession.windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue