From 79fb802e34e817f9a0b820f3db1f1db93c4a577e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 20 Feb 2026 22:25:58 +0100 Subject: [PATCH] The nordvpn gui is just too heavy with too many dependencies --- bin/omarchy-install-nordvpn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/omarchy-install-nordvpn b/bin/omarchy-install-nordvpn index 426e850b..b4c373e4 100755 --- a/bin/omarchy-install-nordvpn +++ b/bin/omarchy-install-nordvpn @@ -11,10 +11,6 @@ sudo systemctl enable --now nordvpnd echo "Adding user to nordvpn group..." sudo usermod -aG nordvpn "$USER" -echo "Installing NordVPN GUI..." -omarchy-pkg-aur-add nordvpn-gui -omarchy-tui-install "NordVPN" "nordvpn-gui" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/nordvpn.png - echo "" echo "NordVPN installed! Please log out and back in for group changes to take effect." echo "Then run 'nordvpn login' to authenticate with your NordVPN account."