Update & gamescope config

This commit is contained in:
Lyes Saadi 2024-12-29 23:21:33 +01:00
parent 086fa74dcc
commit fe82882694
No known key found for this signature in database
GPG key ID: 17418538BAA17767
3 changed files with 30 additions and 14 deletions

View file

@ -194,6 +194,7 @@ in {
"dev.tchx84.Gameeky.ThematicPack.FreedomValley"
"dev.tchx84.Gameeky.ThematicPack.Blasterman"
"dev.tchx84.Gameeky.ThematicPack.Wackman"
"net.zdechov.app.TransLines"
# Programming
{ appId = "org.gnome.Builder.Devel"; origin = "gnome-nightly"; }

View file

@ -1,11 +1,26 @@
{ pkgs, ... }:
{
programs.steam.enable = true;
programs.steam.gamescopeSession.enable = true;
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";
# };
};
};
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [
wineWowPackages.waylandFull
mangohud
protonup
];