task | citrix remove old override
This commit is contained in:
parent
2931ead73c
commit
173f0b9e7a
1 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue