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;
|
||||
graphical = mkBoolOpt config.services.xserver.enable;
|
||||
model = mkInfoOpt;
|
||||
env = {
|
||||
wm = mkInfoOpt;
|
||||
};
|
||||
};
|
||||
|
||||
secrets = mkOpt (attrsOf path) { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue