#cachyos, using #KDE_plasma has a weird behavior (bug?) trying to import #wireguard via the GUI, just doesn't work (for me?)
importing via CLI works just fine.
$ nmcli connection import type wireguard file "yourVPNconfig.conf"
or; if you have multiple VPN configs to import:
$ for f in *.conf; do nmcli connection import type wireguard file "$f"; done
seems like names cannot contain "-" and not longer than 15 characters.




