Compare commits

..

No commits in common. "9af12342ac040c13dd83cb8be897797074abc227" and "2d24a1e8e1ebf63d18911bdbcc391e6a9a322829" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -32,9 +32,9 @@ in {
natural_scroll = true; natural_scroll = true;
scroll_factor = 0.5; scroll_factor = 0.5;
}; };
kb_options = lib.mkDefault "caps:escape,grp:alt_shift_toggle"; kb_options = lib.mkDefault "caps:escape";
kb_layout = lib.mkDefault "us,gb"; kb_layout = lib.mkDefault "us";
kb_variant = lib.mkDefault "dvorak,"; kb_variant = lib.mkDefault "dvorak";
numlock_by_default = true; numlock_by_default = true;
accel_profile = "flat"; accel_profile = "flat";
}; };

View file

@ -6,14 +6,10 @@
"steam-original" "steam-original"
"osu-lazer" "osu-lazer"
]; ];
environment.systemPackages = with pkgs; [
gamescope-wsi # HDR won't work without this
];
programs.steam = { programs.steam = {
enable = true; enable = true;
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession = { gamescopeSession = {
enable = true; enable = true;
args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync" "--xwayland-count" "2"]; args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync" "--xwayland-count" "2"];