add vmware horizon client
This commit is contained in:
parent
cad90372d4
commit
fed5e8010d
2 changed files with 5 additions and 3 deletions
|
@ -41,6 +41,7 @@
|
||||||
exfat
|
exfat
|
||||||
qFlipper
|
qFlipper
|
||||||
f3
|
f3
|
||||||
|
vmware-horizon-client
|
||||||
];
|
];
|
||||||
|
|
||||||
file.k3s-pim-privkey = {
|
file.k3s-pim-privkey = {
|
||||||
|
|
|
@ -158,7 +158,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config = {
|
||||||
"electron-25.9.0"
|
permittedInsecurePackages = [ "electron-25.9.0" ];
|
||||||
];
|
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "vmware-horizon-client" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue