diff --git a/config/system/amd-steam.nix b/config/system/amd-steam.nix index 19e604a..15d86a3 100644 --- a/config/system/amd-steam.nix +++ b/config/system/amd-steam.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, config, lib, ... }: lib.mkIf ("${deviceProfile}" == "amd-desktop") { # Steam Configuration diff --git a/config/system/intel-steam.nix b/config/system/intel-steam.nix index 43f6c35..7d5d729 100644 --- a/config/system/intel-steam.nix +++ b/config/system/intel-steam.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, config, lib, ... }: lib.mkIf ("${deviceProfile}" == "intel-laptop") { # Steam Configuration