How to install citrix workspace?

Hello

This does not work:

  users.users."ironhak" = {
    isNormalUser = true;
    description = "ironhak";
    extraGroups = [ "networkmanager" "wheel" ];
    packages = with pkgs; [
        thunderbird
        kdePackages.okular
        citrix-workspace        
    ];
  };

I tried searching online and I tried following many instructions, like using an overlay from a previous channel, but nothing works. I always get error when rebuild switch

The package name is citrix_workspace with an underscore not a hyphen.

It really would help if you had pasted not only your nix expression, but also the error you get. The way you have it now, makes us absolutely clueless and we have to invest more time than necessary or do a lot of guesswork.

This ultimatively leads to longer waiting time for you.