nixos/pantheon: disable nm-applet indicator

This commit is contained in:
José Romildo Malaquias 2020-09-14 21:27:00 -03:00
parent 0d7a2f67df
commit 0c6e1ddf61

View File

@ -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;