nixos/pantheon: disable nm-applet indicator
This commit is contained in:
parent
0d7a2f67df
commit
0c6e1ddf61
@ -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 New Issue
Block a user