diff options
author | makefu <github@syntax-fehler.de> | 2017-07-21 09:11:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-21 09:11:08 +0200 |
commit | 77ea3dc79ba5c82663977755d673d2c8f8fdd0b1 (patch) | |
tree | b030977f43c10cd13968836aff6f91dacfb849b2 /lass/2configs/wine.nix | |
parent | 0cce2f9d14766dc29674c098fe84aaca0adc7876 (diff) | |
parent | 8bfcf85531c4b8455c301504ccd74f95487e86d0 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'lass/2configs/wine.nix')
-rw-r--r-- | lass/2configs/wine.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/2configs/wine.nix b/lass/2configs/wine.nix index d4a91e645..2444d32d3 100644 --- a/lass/2configs/wine.nix +++ b/lass/2configs/wine.nix @@ -5,7 +5,8 @@ let in { krebs.per-user.wine.packages = with pkgs; [ - wineUnstable + wineFull + #(wineFull.override { wineBuild = "wine64"; }) ]; users.users= { wine = { |