xdg-desktop-entries: allow terminal to be null

This commit is contained in:
Lin Xianyi
2024-07-11 05:13:46 +08:00
committed by GitHub
parent f79d950ac2
commit 57d85c6c6d

View File

@@ -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;
};