From f0e1a352b44d5fcd484c0f6ef8bd090ddcc5ddf2 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 10 Jan 2025 17:52:25 +0000 Subject: [PATCH] reverted steam package to unstable stable steam package has a bug and the reason i stopped using unstable has since been fixed, so i reverted back to unstable pkgs.steam --- hosts/gabbielaptop/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index e138de4..af6dc63 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -184,7 +184,6 @@ # Enable steam and enable steam remoteplay programs.steam.enable = true; programs.steam.remotePlay.openFirewall = true; - programs.steam.package = pkgs.stable.steam; # This desperately needs moving to home.nix but the home-manager module is not yet available