GNOME: Difference between revisions
→GNOME desktop: Remove snippet for pre-25.11 as it has passed EOL. |
m →Enable system tray icons: use term panel instead of bar. |
||
| Line 195: | Line 195: | ||
=== Enable system tray icons === | === Enable system tray icons === | ||
GNOME does not currently support system tray icons. However, Ubuntu has created an [https://extensions.gnome.org/extension/615/appindicator-support/ extension] that implements this in the top | GNOME does not currently support system tray icons. However, Ubuntu has created an [https://extensions.gnome.org/extension/615/appindicator-support/ extension] that implements this in the top panel. You can install this extension with the following in NixOS: | ||
{{File|3={ | {{File|3={ | ||
environment.systemPackages = [ pkgs.gnomeExtensions.appindicator ]; | environment.systemPackages = [ pkgs.gnomeExtensions.appindicator ]; | ||