{ pkgs, lib, config, ... }: { # boot.loader.systemd-boot.enable = true; # boot.plymouth.enable = true; # boot.initrd.systemd.enable = true; # boot.kernelParams = [ "quiet" ]; boot.loader = { efi.canTouchEfiVariables = true; grub = { enable = true; efiSupport = true; device = "nodev"; gfxmodeEfi = config.mods.monitor.main.resolution; }; }; }