Enable steam as a system program for linux.

This commit is contained in:
Martin Larsson 2025-05-13 22:50:12 +02:00
parent 5fccd92c7b
commit 8f3ef39edf

View file

@ -23,5 +23,6 @@
"--unsupported-gpu" "--unsupported-gpu"
]; ];
}; };
steam.enable = true;
}; };
} }