From 94c1c360c8bb016b831cf2132c74650d65aab5f7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 1 Jan 2024 22:49:45 +0900 Subject: feat(nixos/alpha): add steam --- nixos/alpha/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 533eaaa..4136b05 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -270,6 +270,13 @@ zsh.enableCompletion = false; }; + programs.steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + }; + nix.allowedUnfree = [ "steam" "steam-original" "steam-run" ]; + environment.sessionVariables = { WLR_NO_HARDWARE_CURSORS = "1"; # Prevent cursors disappearing on nouveau }; -- cgit 1.4.1