diff --git a/nixcfgs/hosts/zen/brew.nix b/nixcfgs/hosts/zen/brew.nix index b76d21d..a931a0f 100644 --- a/nixcfgs/hosts/zen/brew.nix +++ b/nixcfgs/hosts/zen/brew.nix @@ -26,6 +26,7 @@ "wireshark-app" "clash-verge-rev" "protonvpn" + "openvpn-connect" # Terminal Emulator diff --git a/nixcfgs/modules/nixos/desktop/default.nix b/nixcfgs/modules/nixos/desktop/default.nix index f257ac6..8f101d6 100644 --- a/nixcfgs/modules/nixos/desktop/default.nix +++ b/nixcfgs/modules/nixos/desktop/default.nix @@ -10,7 +10,12 @@ # Set your time zone. time.timeZone = "Europe/London"; - networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.networkmanager = { + enable = true; + plugins = with pkgs; [ + networkmanager-openvpn + ]; + }; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; diff --git a/nixcfgs/users/js0ny/packages/gui.nix b/nixcfgs/users/js0ny/packages/gui.nix index e07cb26..01d7285 100644 --- a/nixcfgs/users/js0ny/packages/gui.nix +++ b/nixcfgs/users/js0ny/packages/gui.nix @@ -123,6 +123,9 @@ in { (jetbrains.rider.override { vmopts = ''-Dawt.toolkit.name=WLToolkit''; }) + (jetbrains.clion.override { + vmopts = ''-Dawt.toolkit.name=WLToolkit''; + }) ] ++ (mkFcitxIM [ pkgs.neovim-qt