nixos/pantheon: fix launching nm-applet components
For some reason nm-applet has to be running for an authentication dialog to be spawned by wingpanel-indicator-network. This also fixes storing NetworkManager secrets in the keyring, but this is still broken because we lack the proper PAM configuration.
This commit is contained in:
parent
fbec42279d
commit
ae3fc3a688
@ -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…
Reference in New Issue
Block a user