xdg-desktop-entries: allow terminal
to be null
This commit is contained in:
parent
f79d950ac2
commit
57d85c6c6d
|
@ -51,7 +51,7 @@ let
|
||||||
|
|
||||||
terminal = mkOption {
|
terminal = mkOption {
|
||||||
description = "Whether the program runs in a terminal window.";
|
description = "Whether the program runs in a terminal window.";
|
||||||
type = types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue