move steam

This commit is contained in:
Henry Hiles 2025-08-17 12:50:21 -04:00
commit d808906e3f
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.steam = {
enable = true;
extraCompatPackages = [pkgs.proton-ge-bin];
};
}