move steam

This commit is contained in:
Henry Hiles 2025-08-16 12:45:25 -04:00
commit 5dc0de013d
No known key found for this signature in database
2 changed files with 0 additions and 1 deletions

View file

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