diff --git a/programs.nix b/programs.nix index f974c02..126122a 100644 --- a/programs.nix +++ b/programs.nix @@ -14,7 +14,7 @@ # General - rclone # Unter anderem für ProtonDrive + rclone nextcloud-client @@ -37,5 +37,22 @@ protonvpn-gui proton-authenticator protonmail-desktop + + + + # Proton/Wine for Gaming and running .exe + wineWowPackages.stable + winetricks + protonup-qt + lutris + bottles + vulkan-tools ]; + + # Activating steam + + programs.steam = { + enable = true; + gamescopeSession.enable = true; + }; }