From 8794266ad3ba4d56bad85412559ff80843f5920d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 30 Nov 2025 15:04:07 +0100 Subject: modules/{common,steam,nixpkgs}: Disable Steam I have not used it for over 6 months. --- modules/by-name/st/steam/module.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/by-name/st/steam') diff --git a/modules/by-name/st/steam/module.nix b/modules/by-name/st/steam/module.nix index a02b2e4b..87cdc709 100644 --- a/modules/by-name/st/steam/module.nix +++ b/modules/by-name/st/steam/module.nix @@ -10,7 +10,6 @@ { lib, config, - pkgs, ... }: let cfg = config.soispha.programs.steam; @@ -22,8 +21,8 @@ in { config = lib.mkIf cfg.enable { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - # NOTE: These are not really applied. Look at - # instead. <2025-04-25> + # NOTE: These are not really applied. Needs to be at + # for some reason. <2025-04-25> "steam" "steam-unwrapped" "steam-original" -- cgit 1.4.1