mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02: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") {
|
lib.mkIf ("${deviceProfile}" == "amd-desktop") {
|
||||||
# Steam Configuration
|
# Steam Configuration
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
lib.mkIf ("${deviceProfile}" == "intel-laptop") {
|
lib.mkIf ("${deviceProfile}" == "intel-laptop") {
|
||||||
# Steam Configuration
|
# Steam Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user