nixos/i18n.inputMethod.hime: remove with lib;
This commit is contained in:
parent
1cd3957e37
commit
17c011592a
@ -1,12 +1,9 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
imcfg = config.i18n.inputMethod;
|
||||
in
|
||||
{
|
||||
config = mkIf (imcfg.enable && imcfg.type == "hime") {
|
||||
config = lib.mkIf (imcfg.enable && imcfg.type == "hime") {
|
||||
i18n.inputMethod.package = pkgs.hime;
|
||||
environment.variables = {
|
||||
GTK_IM_MODULE = "hime";
|
||||
|
Loading…
Reference in New Issue
Block a user