mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-07 12:15:34 +00:00
xdg-desktop-entries: allow terminal to be null
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user