format all
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let cfg = config.custom.graphical.ime;
|
||||
in {
|
||||
options.custom.graphical.ime = { enable = mkEnableOption "Enables ime"; };
|
||||
let
|
||||
cfg = config.custom.graphical.ime;
|
||||
in
|
||||
{
|
||||
options.custom.graphical.ime = {
|
||||
enable = mkEnableOption "Enables ime";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
i18n.inputMethod = {
|
||||
|
||||
Reference in New Issue
Block a user