add vmware horizon client

This commit is contained in:
Pim Kunis 2024-01-28 14:31:45 +01:00
parent cad90372d4
commit fed5e8010d
2 changed files with 5 additions and 3 deletions

View file

@ -41,6 +41,7 @@
exfat exfat
qFlipper qFlipper
f3 f3
vmware-horizon-client
]; ];
file.k3s-pim-privkey = { file.k3s-pim-privkey = {

View file

@ -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" ];
};
} }