formating
This commit is contained in:
parent
5331777153
commit
b7ca0e0020
3 changed files with 103 additions and 71 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue