2025.04.30-20:50
This commit is contained in:
19
nixos_24.11_cinnamon/config/steam.nix
Normal file
19
nixos_24.11_cinnamon/config/steam.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
# Enable Steam and Gamemode
|
||||
nixpkgs.config = {
|
||||
allowUnfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" ];
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
hardware.steam-hardware.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user