diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-19 21:02:52 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-19 21:02:52 +0100 |
| commit | 892de67a9f64d0b0cdb023d830a019d8feec0a57 (patch) | |
| tree | 0c5fd0c60ef93bb5cdc5f83c8cade0c5dddb4899 /home-modules/apps/desktop/wine.nix | |
| parent | f5b37610b3835ea26757ef36d554ec598d53100c (diff) | |
Nix fmt
Diffstat (limited to '')
| -rw-r--r-- | home-modules/apps/desktop/wine.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/home-modules/apps/desktop/wine.nix b/home-modules/apps/desktop/wine.nix index 4aa00b6..a23f44a 100644 --- a/home-modules/apps/desktop/wine.nix +++ b/home-modules/apps/desktop/wine.nix @@ -1,7 +1,12 @@ -{pkgs, config, lib, ...}: { - home.packages = with pkgs; [ + pkgs, + config, + lib, + ... +}: +{ + home.packages = with pkgs; [ wineWowPackages.waylandFull winetricks - ]; + ]; } |
