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

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