mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
xdg-desktop-entries: allow terminal
to be null
This commit is contained in:
parent
f79d950ac2
commit
57d85c6c6d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ let
|
|||
|
||||
terminal = mkOption {
|
||||
description = "Whether the program runs in a terminal window.";
|
||||
type = types.bool;
|
||||
type = types.nullOr types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue