mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
input-method: fix enable condition (#6896)
This commit is contained in:
parent
6c132a098e
commit
ff6adf83b9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf (cfg.enabled != null) {
|
config = lib.mkIf cfg.enable {
|
||||||
assertions = [
|
assertions = [
|
||||||
(lib.hm.assertions.assertPlatform "i18n.inputMethod" pkgs lib.platforms.linux)
|
(lib.hm.assertions.assertPlatform "i18n.inputMethod" pkgs lib.platforms.linux)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue