Install wine
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
A modules/programs/wine.nix
@@ -0,0 +1,6 @@ +{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + wineStable + ]; +}