move citrix & zoom to home/work

This commit is contained in:
Don Harper 2024-06-15 12:00:45 -05:00
parent bb44742f23
commit 26cabf185d
17 changed files with 12 additions and 3 deletions

11
home/work/citrix.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, pkgs, inputs, ... }:
{
home.packages = with pkgs; [
citrix_workspace
];
home.file."ICAClient" = {
recursive = true;
source = ./files/citrix;
target = ".ICAClient";
};
}