mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-23 21:58:49 +01:00
Fix missing lib reference
This commit is contained in:
parent
dd1af84ca7
commit
c895539af7
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
lib.mkIf ("${deviceProfile}" == "amd-desktop") {
|
||||
# Steam Configuration
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
lib.mkIf ("${deviceProfile}" == "intel-laptop") {
|
||||
# Steam Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user