Refactoring config preparing for server

This commit is contained in:
Lyes Saadi 2025-10-04 14:59:18 +02:00
parent 2bffc8d711
commit 6992836cfe
Signed by: lyes
GPG key ID: 55A1D803917CF39A
18 changed files with 165 additions and 10 deletions

View file

@ -1,30 +0,0 @@
{ pkgs, ... }:
{
programs.steam = {
enable = true;
gamescopeSession = {
enable = true;
args = [
"--rt"
# "--mangoapp"
# "--hdr-enabled"
"--adaptive-sync"
];
# env = {
# MANGOHUD = "1";
# MANGOHUD_CONFIG = "fps,cpu_temp,gpu_temp,ram,vram";
# };
};
package = pkgs.steam.override {
extraArgs = "-forcedesktopscaling 1.5";
};
};
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [
wineWowPackages.waylandFull
mangohud
protonup
];
}