diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-02-12 20:27:19 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-02-12 20:27:19 -0800 |
| commit | 20a979a16a693c9489bf0c628e1eed120daffbda (patch) | |
| tree | 6ca8c36d41b67d0dc7053af302534aa343ad7ea4 /modules/home/tools | |
| parent | 578564e309f0075d8a0648e9fe32875ee302e574 (diff) | |
flake: update
Diffstat (limited to 'modules/home/tools')
| -rw-r--r-- | modules/home/tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index dc69e00..698ff5e 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -6,7 +6,7 @@ with lib; with lib.${namespace}; { (mkSimpleTool "ffmpeg" {}) (mkSimpleTool "wine" { packages = [ - wineWowPackages.stable + wineWow64Packages.stable winetricks ]; persist = [ ".wine" ]; |