mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
hosts/neo: add wine
This commit is contained in:
parent
e756050c40
commit
909a2ebca8
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@
|
|||
search = [ "bck.me" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.vmware-horizon-client ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
vmware-horizon-client
|
||||
wine
|
||||
winetricks
|
||||
];
|
||||
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue