diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 588aa40..70dbbca 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -24,6 +24,8 @@ enableVaultwarden = true; }; + services.wanikani-bypass-lessons.enable = true; + i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method networking.hostName = "pochita"; diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 35fec59..1f90a22 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -23,7 +23,6 @@ enableMinegrubTheme = true; }; - services.wanikani-bypass-lessons.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true;