tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Gamescope Realtime
bwc9876.dev
1 year ago
f6dc7034
658c25a1
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+5
-5
1 changed file
expand all
collapse all
unified
split
systemConfigs
black-mesa.nix
+5
-5
systemConfigs/black-mesa.nix
···
26
26
localNetworkGameTransfers.openFirewall = true;
27
27
};
28
28
29
29
-
programs.gamescope.enable = true;
30
30
-
31
31
-
environment.systemPackages = with pkgs; [
32
32
-
cage
33
33
-
];
29
29
+
programs.gamescope = {
30
30
+
enable = true;
31
31
+
args = ["--rt"];
32
32
+
capSysNice = true;
33
33
+
};
34
34
35
35
fileSystems."/" = {
36
36
device = "/dev/disk/by-uuid/77e539a3-813d-465b-ac11-8aad37300858";