1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

input-method: fix enable condition (#6896)

This commit is contained in:
awwpotato 2025-04-23 08:11:31 -07:00 committed by GitHub
parent 6c132a098e
commit ff6adf83b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ in
};
};
config = lib.mkIf (cfg.enabled != null) {
config = lib.mkIf cfg.enable {
assertions = [
(lib.hm.assertions.assertPlatform "i18n.inputMethod" pkgs lib.platforms.linux)
{