zenix: alt shift keyboard toggle
This commit is contained in:
parent
2e06f18f30
commit
e3c79188d3
2 changed files with 7 additions and 3 deletions
|
|
@ -6,10 +6,14 @@
|
|||
"steam-original"
|
||||
"osu-lazer"
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
gamescope-wsi # HDR won't work without this
|
||||
];
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
gamescopeSession = {
|
||||
enable = true;
|
||||
args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync" "--xwayland-count" "2"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue