From 506ef32b1fc9e1b1744fda7ae80c42cc2ed826e7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 13 Jun 2023 08:36:39 +0100 Subject: [PATCH] Add openfortivpn to work setup --- home/work.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/work.nix b/home/work.nix index bbfa6b11..49732cc9 100644 --- a/home/work.nix +++ b/home/work.nix @@ -1,4 +1,4 @@ {pkgs, ...}: { 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]; }