puter/hosts/headful/glacier/steam.nix

7 lines
110 B
Nix
Raw Permalink Normal View History

2025-03-01 21:21:00 +00:00
{
services.flatpak.packages = [
2025-03-09 15:37:21 +00:00
"com.valvesoftware.Steam"
2025-03-23 21:48:46 +00:00
"com.github.Matoking.protontricks"
2025-03-01 21:21:00 +00:00
];
}