Gaming prep and installs

This commit is contained in:
Nio 2026-05-07 19:06:49 +02:00
parent c3b336898e
commit c834b7ac00

View file

@ -14,7 +14,7 @@
# General # General
rclone # Unter anderem für ProtonDrive rclone
nextcloud-client nextcloud-client
@ -37,5 +37,22 @@
protonvpn-gui protonvpn-gui
proton-authenticator proton-authenticator
protonmail-desktop 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;
};
} }