Add OpenVPN support for Network Manager
This commit is contained in:
parent
4300575df6
commit
78d7eb128f
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ sudo chsh $USER --shell "$(which fish)";
|
|||
yay --noconfirm -Syu power-profiles-daemon;
|
||||
sudo systemctl enable --now power-profiles-daemon;
|
||||
|
||||
# Networking
|
||||
yay --noconfirm -Syu networkmanager-openvpn;
|
||||
|
||||
# Fonts
|
||||
yay --noconfirm -Syu \
|
||||
ttf-cascadia-code-nerd \
|
||||
|
|
Loading…
Reference in a new issue