From 651768dce153f48df8d5e223217ce07808e33537 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 6 May 2025 02:11:40 +0300 Subject: [PATCH] enable this in ymir --- hosts/ymir/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;