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
Fix gamescope and Steam setup
bwc9876.dev
1 month ago
37fa66af
50b637e9
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+7
-3
3 changed files
expand all
collapse all
unified
split
homeModules
games.nix
nixosConfigurations
black-mesa.nix
nixosModules
gaming.nix
+1
-1
homeModules/games.nix
···
8
8
9
9
config = lib.mkIf config.cow.games.enable {
10
10
home.packages = with pkgs; [
11
11
-
steam
11
11
+
# steam
12
12
cemu
13
13
owmods-cli
14
14
owmods-gui
+4
nixosConfigurations/black-mesa.nix
···
55
55
};
56
56
57
57
cow = {
58
58
+
audio.tweaks = {
59
59
+
enable = true;
60
60
+
threadirqs = true;
61
61
+
};
58
62
bean.sudoer = true;
59
63
lanzaboote.enable = true;
60
64
ssh-server.enable = true;
+2
-2
nixosModules/gaming.nix
···
12
12
remotePlay.openFirewall = true;
13
13
dedicatedServer.openFirewall = true;
14
14
localNetworkGameTransfers.openFirewall = true;
15
15
-
extest.enable = true;
15
15
+
# extest.enable = true;
16
16
};
17
17
18
18
programs.gamescope = {
19
19
enable = true;
20
20
-
capSysNice = true;
20
20
+
# capSysNice = true;
21
21
};
22
22
23
23
environment.systemPackages = with pkgs; [