summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-09-14 21:27:00 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-09-14 21:27:00 -0300
commit0c6e1ddf61712f463fa4077339670cd940188fd3 (patch)
treec8ad1a5b6b2f7039563fb6a4d19a56e03912f7cb
parent0d7a2f67dfc7a609bbc6a94ed6a02317016160df (diff)
nixos/pantheon: disable nm-applet indicator
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 6dabca6bf096..e67e216f90d9 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -240,6 +240,8 @@ in
# Otherwise you can't store NetworkManager Secrets with
# "Store the password only for this user"
programs.nm-applet.enable = true;
+ # Pantheon has its own network indicator
+ programs.nm-applet.indicator = false;
# Shell integration for VTE terminals
programs.bash.vteIntegration = mkDefault true;