Skip to content

Ayatana indicators

services.ayatana-indicators.enable

Whether to enable Ayatana Indicators, a continuation of Canonical's Application Indicators . Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/desktops/ayatana-indicators.nix

services.ayatana-indicators.packages

List of packages containing Ayatana Indicator services that should be brought up by the SystemD "ayatana-indicators" user target.

Packages specified here must have passthru.ayatana-indicators set correctly.

If, how, and where these indicators are displayed will depend on your DE.

Type: list of package

Default

[ ]

Example

with pkgs; [ ayatana-indicator-messages ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/desktops/ayatana-indicators.nix