home/work/citrix | track release version
This commit is contained in:
parent
5224ded024
commit
47fe02d321
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ let cfg = config.roles.citrix;
|
||||||
in {
|
in {
|
||||||
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
|
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
|
||||||
config = mkIf cfg.enable {
|
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;
|
# home-manager.users.don.home.packages = with pkgs;
|
||||||
[ citrix_workspace_24_11_0 ];
|
# [ citrix_workspace_24_11_0 ];
|
||||||
home-manager.users.don.home.file."ICAClient" = {
|
home-manager.users.don.home.file."ICAClient" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ./files/citrix;
|
source = ./files/citrix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue