feat(info): add info.env.wm
This commit is contained in:
parent
d0da574672
commit
f176f27236
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,9 @@ in
|
||||||
monitors = mkOpt int 1;
|
monitors = mkOpt int 1;
|
||||||
graphical = mkBoolOpt config.services.xserver.enable;
|
graphical = mkBoolOpt config.services.xserver.enable;
|
||||||
model = mkInfoOpt;
|
model = mkInfoOpt;
|
||||||
|
env = {
|
||||||
|
wm = mkInfoOpt;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
secrets = mkOpt (attrsOf path) { };
|
secrets = mkOpt (attrsOf path) { };
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
services.xserver.windowManager.qtile.enable = true;
|
services.xserver.windowManager.qtile.enable = true;
|
||||||
|
|
||||||
|
info.env.wm = "qtile";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
xsecurelock
|
xsecurelock
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue