formating

This commit is contained in:
Don Harper 2025-08-21 12:33:46 -05:00
parent 5331777153
commit b7ca0e0020
3 changed files with 103 additions and 71 deletions

View file

@ -1,10 +1,19 @@
{ lib, config, pkgs, inputs, outputs, home-manager, ... }:
with lib;
let cfg = config.roles.citrix;
{
lib,
config,
pkgs,
inputs,
outputs,
home-manager,
...
}:
with lib; let
cfg = config.roles.citrix;
in {
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
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];
nixpkgs.config.permittedInsecurePackages = ["libsoup-2.74.3"];
# home-manager.users.don.home.packages = with pkgs;
# [ citrix_workspace_24_11_0 ];
home-manager.users.don.home.file."ICAClient" = {