{ pkgs, ... }: { boot.loader = { efi.canTouchEfiVariables = true; grub = { enable = true; efiSupport = true; device = "nodev"; }; }; boot.plymouth = { enable = false; font = "${pkgs.jetbrains-mono}/share/fonts/truetype/JetBrainsMono-Regular.ttf"; themePackages = [ pkgs.catppuccin-plymouth ]; theme = "catppuccin-macchiato"; }; }