Formatting
This commit is contained in:
parent
ae65065d5c
commit
3ca8c5e218
9 changed files with 156 additions and 108 deletions
|
@ -1,7 +1,14 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let cfg = config.voidconf.fcitx5;
|
||||
in {
|
||||
let
|
||||
cfg = config.voidconf.fcitx5;
|
||||
in
|
||||
{
|
||||
options.voidconf.fcitx5 = {
|
||||
enable = mkEnableOption "Enables fcitx5 input method engine and mozc en anthy methods";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue