teutat3s: add obs-studio, NetworkManager-openconnect

This commit is contained in:
teutat3s 2023-05-17 23:53:51 +02:00
parent b9a6a39b96
commit 4fdebfa058
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 1 deletions

View file

@ -70,6 +70,7 @@ in {
yubikey-agent yubikey-agent
age-plugin-yubikey age-plugin-yubikey
cockroach-bin cockroach-bin
obs-studio
]; ];
programs.bash.initExtra = '' programs.bash.initExtra = ''
source ${config.age.secrets.environment-secrets.path} source ${config.age.secrets.environment-secrets.path}

View file

@ -13,7 +13,7 @@ in {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
networkmanager-fortisslvpn networkmanager-fortisslvpn
openfortivpn networkmanager-openconnect
]; ];
}; };