summary refs log tree commit diff stats
path: root/system/settings/programs/wine.nix
blob: 98dd60a262a7cfafabcdb12ee1fd007ddefdb7c2 (plain)
1
2
3
4
5
6
{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    wineStable
  ];
}