zenix: alt shift keyboard toggle

This commit is contained in:
Tristan 2026-01-11 15:19:22 +00:00
parent 2e06f18f30
commit e3c79188d3
2 changed files with 7 additions and 3 deletions

View file

@ -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"];