mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +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, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
let
|
let
|
||||||
imcfg = config.i18n.inputMethod;
|
imcfg = config.i18n.inputMethod;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIf (imcfg.enable && imcfg.type == "nabi") {
|
config = lib.mkIf (imcfg.enable && imcfg.type == "nabi") {
|
||||||
i18n.inputMethod.package = pkgs.nabi;
|
i18n.inputMethod.package = pkgs.nabi;
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue