Compare commits
No commits in common. "eea6ae1f751bed70f647996a1d5e589a619f4b06" and "68ecda8abe4c7ef1f1433b8a261d25e68c579142" have entirely different histories.
eea6ae1f75
...
68ecda8abe
|
@ -22,7 +22,6 @@
|
|||
lutris
|
||||
cartridges
|
||||
prismlauncher
|
||||
(writeShellScriptBin "steamscope" " gamescope -e -- steam -gamepaduid ")
|
||||
];
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
@ -76,23 +75,11 @@
|
|||
steam-hardware.enable = true;
|
||||
};
|
||||
programs = {
|
||||
gamemode.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
args = [
|
||||
"-W 2560"
|
||||
"-H 1440"
|
||||
"-r 165"
|
||||
"--expose-wayland"
|
||||
"--fullscreen"
|
||||
"--adaptive-sync"
|
||||
];
|
||||
};
|
||||
gamemode.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
};
|
||||
gtk.iconCache.enable = true;
|
||||
services = {
|
||||
dbus.packages = [ pkgs.gcr ];
|
||||
flatpak.enable = true;
|
||||
printing.enable = true;
|
||||
pipewire = {
|
||||
|
|
Loading…
Reference in a new issue