feat: add openvpn and element

This commit is contained in:
Jacob Bachmann 2024-04-16 20:35:46 +02:00
parent 67de9de341
commit 9806ee2a4e
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 7 additions and 0 deletions

View file

@ -71,6 +71,7 @@
./nvidia.nix
./opengl.nix
./openssh.nix
./openvpn.nix
./power.nix
./packages.nix
./printing.nix

5
modules/openvpn.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
openvpn3
];
}

View file

@ -17,6 +17,7 @@
speechd # common interface to speech synthesis - https://support.mozilla.org/en-us/kb/speechd-setup
tor-browser # privacy-focused browser routing traffic through the tor network
qbittorrent # featureful free software bittorrent client
element-desktop # a feature-rich client for matrix.org
telegram-desktop # telegram desktop messaging app
signal-desktop # private, simple, and secure messenger