tweak(devos/options): add default model name
This commit is contained in:
parent
fd0e295d5d
commit
baa03d7498
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 = mkInfoOpt;
|
||||
model = mkOpt types.str "A Computer";
|
||||
env = {
|
||||
wm = mkInfoOpt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue