Add openfortivpn to work setup

This commit is contained in:
Evie Litherland-Smith 2023-06-13 08:36:39 +01:00
parent 1d8c2dafea
commit 506ef32b1f

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [./default.nix ./git/work.nix ./ssh/work.nix]; imports = [./default.nix ./git/work.nix ./ssh/work.nix];
home.packages = with pkgs; [nomachine-client teams zoom-us]; home.packages = with pkgs; [openfortivpn nomachine-client teams zoom-us];
} }