feat(plasma): add networkmanager-plugin openvpn
This commit is contained in:
parent
2e03be5790
commit
febff2a302
1 changed files with 6 additions and 1 deletions
|
|
@ -41,7 +41,12 @@ in
|
|||
|
||||
environment.plasma6.excludePackages = [ ] ++ excludePackages ++ cfg.extraExcludePackages;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry-qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue