diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 073ce20..705129c 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -24,6 +24,8 @@ enableMinegrubTheme = true; }; + services.wanikani-bypass-lessons.enable = true; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;