nixos/pantheon: disable nm-applet indicator
This commit is contained in:
parent
0d7a2f67df
commit
0c6e1ddf61
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue