8 lines
133 B
Nix
8 lines
133 B
Nix
{pkgs, ...}: {
|
|
programs.steam = {
|
|
enable = true;
|
|
package = pkgs.unstable.steam;
|
|
gamescopeSession.enable = true;
|
|
};
|
|
}
|