Merge pull request #67473 from worldofpeace/wingpanel/fix-network-indicator

nixos/pantheon: fix launching nm-applet components
This commit is contained in:
worldofpeace 2019-09-01 04:36:06 -04:00 committed by GitHub
commit d64d6c520e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,9 @@ in
programs.dconf.enable = true;
programs.evince.enable = mkDefault true;
programs.file-roller.enable = mkDefault true;
# Otherwise you can't store NetworkManager Secrets with
# "Store the password only for this user"
programs.nm-applet.enable = true;
# Shell integration for VTE terminals
programs.bash.vteIntegration = mkDefault true;