nixos/ibus: fix evaluation
Need to reference through `config` when checking what other modules have set.
This commit is contained in:
parent
6a2e5dd90c
commit
c9d988b0e1
@ -76,7 +76,7 @@ in
|
|||||||
XMODIFIERS = "@im=ibus";
|
XMODIFIERS = "@im=ibus";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal.extraPortals = mkIf xdg.portal.enable [
|
xdg.portal.extraPortals = mkIf config.xdg.portal.enable [
|
||||||
ibusPackage
|
ibusPackage
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user