Fix where we use hasAttr so that it actually works ;)
This commit is contained in:
parent
594078f84f
commit
12e6f87d1b
|
@ -438,7 +438,7 @@
|
|||
xdg.portal.enable = true;
|
||||
|
||||
hardware =
|
||||
if builtins.hasAttr "enable" options.hardware.graphics
|
||||
if builtins.hasAttr "graphics" options.hardware
|
||||
then {
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue