1
Fork 0
satellite/modules/applications/wine.nix

8 lines
141 B
Nix
Raw Normal View History

2020-10-30 12:37:31 +01:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
wineWowPackages.stable
winetricks
playonlinux
];
}