Fix missing lib reference

This commit is contained in:
Tyler Kelley 2024-01-20 22:24:18 -06:00
parent dd1af84ca7
commit c895539af7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, lib, ... }:
lib.mkIf ("${deviceProfile}" == "amd-desktop") {
# Steam Configuration

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, lib, ... }:
lib.mkIf ("${deviceProfile}" == "intel-laptop") {
# Steam Configuration