diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-27 00:05:58 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-27 00:05:58 -0800 |
commit | 66488eb825b249ebb975a0a04c5c2c3543c847f9 (patch) | |
tree | 896b099c62d8645dd1a325c7ddfae13c6c303262 /hosts/arrakis/default.nix | |
parent | 66f66589100379bdf1dc237934549c373f19f75a (diff) | |
download | nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.gz nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.bz2 nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.lz nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.xz nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.zst nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.zip |
Add Wine 9.4
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 5265e52..0b7a1e2 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -104,6 +104,7 @@ umoria vial warzone2100 + wine9_4.wineWowPackages.stagingFull wpa_supplicant xonotic-sdl #xpilot-ng @@ -225,6 +226,7 @@ outputs.overlays.modifications outputs.overlays.master-packages outputs.overlays.stable-packages + outputs.overlays.wine9_4-packages ]; }; |