chore | formating
This commit is contained in:
parent
69d1bd15f3
commit
4f0427fb2a
2 changed files with 173 additions and 168 deletions
|
|
@ -5,16 +5,16 @@ 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) ];
|
||||
});
|
||||
};
|
||||
})
|
||||
];
|
||||
[
|
||||
(pkgs.citrix_workspace.override {
|
||||
libvorbis = pkgs.libvorbis.override {
|
||||
libogg = pkgs.libogg.overrideAttrs (prevAttrs: {
|
||||
cmakeFlags = (prevAttrs.cmakeFlags or [ ])
|
||||
++ [ (lib.cmakeBool "BUILD_SHARED_LIBS" true) ];
|
||||
});
|
||||
};
|
||||
})
|
||||
];
|
||||
home-manager.users.don.home.file."ICAClient" = {
|
||||
recursive = true;
|
||||
source = ./files/citrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue