From 184bd30bcb303104a4981ac742d8f8961c5477e7 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 1 Jan 2024 10:57:38 -0500 Subject: several changes, hyprland --- modules/games/games.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/games') diff --git a/modules/games/games.nix b/modules/games/games.nix index 509b105..b345aac 100644 --- a/modules/games/games.nix +++ b/modules/games/games.nix @@ -12,12 +12,17 @@ with lib; config = mkIf (config.games.enable) { environment.systemPackages = with pkgs; [ + steam steam-run + wineWowPackages.staging + winetricks + protontricks + dotnet-sdk_7 ]; home-manager.users.${user}.home.packages = with pkgs; [ minetest - vintagestory + prismlauncher ]; }; } -- cgit v1.2.1