global/options: remove unnecessary types usage
This commit is contained in:
parent
c22a04eb08
commit
817741c49f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in
|
||||||
info = {
|
info = {
|
||||||
monitors = mkOpt int 1;
|
monitors = mkOpt int 1;
|
||||||
graphical = mkBoolOpt config.services.xserver.enable;
|
graphical = mkBoolOpt config.services.xserver.enable;
|
||||||
model = mkOpt types.str "A Computer";
|
model = mkOpt str "A Computer";
|
||||||
env = {
|
env = {
|
||||||
wm = mkInfoOpt;
|
wm = mkInfoOpt;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue