{ config, lib, pkgs, ... }: lib.mkIf (config.jalr.bootloader == "grub2") { boot.loader.grub = { enable = true; }; }