desktop/wm: add qtile-extras
This commit is contained in:
parent
2fa38f40dd
commit
24d529ee6b
3 changed files with 10 additions and 1 deletions
|
@ -67,7 +67,12 @@ in
|
|||
];
|
||||
}
|
||||
(mkIf cfg.qtile.enable {
|
||||
services.xserver.windowManager.qtile.enable = true;
|
||||
services.xserver.windowManager.qtile = {
|
||||
enable = true;
|
||||
extraPackages = p: with p; [
|
||||
qtile-extras
|
||||
];
|
||||
};
|
||||
|
||||
info.env.wm = "qtile";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue