feat: add openvpn and element
This commit is contained in:
parent
67de9de341
commit
9806ee2a4e
3 changed files with 7 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
./nvidia.nix
|
||||
./opengl.nix
|
||||
./openssh.nix
|
||||
./openvpn.nix
|
||||
./power.nix
|
||||
./packages.nix
|
||||
./printing.nix
|
||||
|
|
|
|||
5
modules/openvpn.nix
Normal file
5
modules/openvpn.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
openvpn3
|
||||
];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue