task | citrix remove old override

This commit is contained in:
Don Harper 2025-01-02 00:03:03 -06:00
parent 2931ead73c
commit 173f0b9e7a

View file

@ -5,17 +5,7 @@ in {
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
config = mkIf cfg.enable {
home-manager.users.don.home.packages = with pkgs;
[
# (pkgs.citrix_workspace.override {
# libvorbis = pkgs.libvorbis.override {
# libogg = pkgs.libogg.overrideAttrs (prevAttrs: {
# cmakeFlags = (prevAttrs.cmakeFlags or [ ])
# ++ [ (lib.cmakeBool "BUILD_SHARED_LIBS" true) ];
# });
# };
# })
citrix_workspace
];
[ citrix_workspace ];
home-manager.users.don.home.file."ICAClient" = {
recursive = true;
source = ./files/citrix;