{ config, pkgs, ... }: { home.packages = with pkgs; [ citrix_workspace ]; home.file."ICAClient" = { recursive = true; source = ./files/citrix; target = ".ICAClient"; }; }