mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
hp: add vmware client
This commit is contained in:
parent
a4961b9b57
commit
ed1020974a
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
security-tools = true;
|
security-tools = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
vmware-horizon-client
|
||||||
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
search = [ "bck.me" ];
|
search = [ "bck.me" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue