refractor steam
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-10 12:26:04 +02:00
parent 495ac6bf6d
commit e1e6e88476
2 changed files with 0 additions and 7 deletions

Binary file not shown.

View File

@ -4,14 +4,7 @@
enable = true; enable = true;
}; };
jovian.hardware.has.amd.gpu = true;
jovian.hardware.amd.gpu.enableEarlyModesetting = true;
jovian.steamos.enableBluetoothConfig = true;
programs.steam = { programs.steam = {
enable = true; enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
}; };
} }