From b5970664b7d0d1cbb21bc570d88f9e4e1764e01d Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 21 Jun 2025 11:16:16 +0200 Subject: [PATCH] steam --- configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index 31ceb57..62d0f74 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,6 +73,15 @@ nvidia.modesetting.enable = true; }; + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + "steam" + "steam-original" + "steam-unwrapped" + "steam-run" + ]; + + programs.steam.enable = true; + environment.systemPackages = with pkgs; [ home-manager wget