add proton-ge directly in steam

This commit is contained in:
William 2025-06-02 21:43:19 -03:00
parent 63a32cee92
commit 83c1f23d61

View file

@ -82,7 +82,6 @@
heroic heroic
mangohud mangohud
prismlauncher prismlauncher
protonup
### System Utilities ### ### System Utilities ###
adwaita-icon-theme adwaita-icon-theme
junction junction
@ -108,7 +107,10 @@
programs = { programs = {
adb.enable = true; adb.enable = true;
steam.enable = true; steam = {
enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
};
dconf.enable = true; dconf.enable = true;
nix-ld.enable = true; nix-ld.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
@ -138,15 +140,22 @@
services.flatpak = { services.flatpak = {
enable = true; enable = true;
packages = [ packages = [
"com.boxy_svg.BoxySVG" ### Dev Tools ###
"com.github.k4zmu2a.spacecadetpinball" ### Internet Browsers & Communication ###
"com.github.tchx84.Flatseal"
"com.steamgriddb.SGDBoop"
"app.zen_browser.zen" "app.zen_browser.zen"
"io.github.Foldex.AdwSteamGtk" ### Office & Productivity ###
### Graphics & Design ###
"com.boxy_svg.BoxySVG"
### Gaming & Entertainment ###
"com.github.k4zmu2a.spacecadetpinball"
"io.itch.itch" "io.itch.itch"
"io.mrarm.mcpelauncher" "io.mrarm.mcpelauncher"
"org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08" "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08"
### System Utilities ###
"com.github.tchx84.Flatseal"
"io.github.Foldex.AdwSteamGtk"
"com.steamgriddb.SGDBoop"
### Media ###
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;
update.auto.enable = true; update.auto.enable = true;