diff --git a/home/games.nix b/home/games.nix index a143401..ee93aee 100644 --- a/home/games.nix +++ b/home/games.nix @@ -2,5 +2,6 @@ { config, pkgs, user, ... }: { home.packages = with pkgs; [ openmw + wine64 ]; }