diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2024-01-01 10:57:38 -0500 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2024-01-01 10:57:38 -0500 |
commit | 184bd30bcb303104a4981ac742d8f8961c5477e7 (patch) | |
tree | e1d96fea09fce882decebc91ba1128652ada594c /modules/games | |
parent | 5897af1a6c355f77c78f342d1d6f070670d14a4c (diff) | |
download | nix-config-184bd30bcb303104a4981ac742d8f8961c5477e7.tar.gz nix-config-184bd30bcb303104a4981ac742d8f8961c5477e7.tar.bz2 nix-config-184bd30bcb303104a4981ac742d8f8961c5477e7.zip |
several changes, hyprland
Diffstat (limited to 'modules/games')
-rw-r--r-- | modules/games/games.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 ]; }; } |