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 = {
|
||||
monitors = mkOpt int 1;
|
||||
graphical = mkBoolOpt config.services.xserver.enable;
|
||||
model = mkOpt types.str "A Computer";
|
||||
model = mkOpt str "A Computer";
|
||||
env = {
|
||||
wm = mkInfoOpt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue