mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/i18n.inputMethod.nabi: remove with lib;
This commit is contained in:
parent
3eb92bcce7
commit
d5a377e94e
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
imcfg = config.i18n.inputMethod;
|
||||
in
|
||||
{
|
||||
config = mkIf (imcfg.enable && imcfg.type == "nabi") {
|
||||
config = lib.mkIf (imcfg.enable && imcfg.type == "nabi") {
|
||||
i18n.inputMethod.package = pkgs.nabi;
|
||||
|
||||
environment.variables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue