diff --git a/modules/xsession.nix b/modules/xsession.nix index 3bce4506..816a1aa9 100644 --- a/modules/xsession.nix +++ b/modules/xsession.nix @@ -30,6 +30,17 @@ in ''; }; + preferStatusNotifierItems = mkOption { + type = types.bool; + default = false; + example = true; + description = '' + Whether tray applets should prefer using the Status Notifier + Items (SNI) protocol, commonly called App Indicators. Note, + not all tray applets or status bars support SNI. + ''; + }; + profileExtra = mkOption { type = types.lines; default = "";