Merge pull request #67473 from worldofpeace/wingpanel/fix-network-indicator
nixos/pantheon: fix launching nm-applet components
This commit is contained in:
commit
d64d6c520e
@ -145,6 +145,9 @@ in
|
|||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.evince.enable = mkDefault true;
|
programs.evince.enable = mkDefault true;
|
||||||
programs.file-roller.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
|
# Shell integration for VTE terminals
|
||||||
programs.bash.vteIntegration = mkDefault true;
|
programs.bash.vteIntegration = mkDefault true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user