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