work/citrix | pin to 24.11.0
This commit is contained in:
parent
94943e19c5
commit
95a92b6d4d
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ let cfg = config.roles.citrix;
|
|||
in {
|
||||
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.don.home.packages = with pkgs; [ citrix_workspace ];
|
||||
# home-manager.users.don.home.packages = with pkgs; [ citrix_workspace ];
|
||||
home-manager.users.don.home.packages = with pkgs;
|
||||
[ citrix_workspace_24_11_0 ];
|
||||
home-manager.users.don.home.file."ICAClient" = {
|
||||
recursive = true;
|
||||
source = ./files/citrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue