mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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";
|
||||
};
|
||||
|
||||
xdg.portal.extraPortals = mkIf xdg.portal.enable [
|
||||
xdg.portal.extraPortals = mkIf config.xdg.portal.enable [
|
||||
ibusPackage
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user