Update & gamescope config
This commit is contained in:
parent
086fa74dcc
commit
fe82882694
3 changed files with 30 additions and 14 deletions
|
|
@ -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"; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue