puter/hosts/headful/glacier/steam.nix
2025-03-23 22:48:46 +01:00

7 lines
110 B
Nix

{
services.flatpak.packages = [
"com.valvesoftware.Steam"
"com.github.Matoking.protontricks"
];
}