mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: remove gamemode "feature"
This commit is contained in:
parent
405d7ad5d0
commit
04c198db76
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = false;
|
dedicatedServer.openFirewall = false;
|
||||||
};
|
};
|
||||||
programs.gamemode.enable = true;
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue