{pkgs, ...}: { # Bootloader boot = { loader = { timeout = 0; systemd-boot = { enable = true; configurationLimit = 5; }; efi.canTouchEfiVariables = true; }; plymouth = { enable = true; themePackages = [pkgs.catppuccin-plymouth]; theme = "catppuccin-macchiato"; }; }; }