Files
nixos/system/bootloader.nix
T
2025-05-20 05:56:07 -05:00

7 lines
134 B
Nix

{ ... }: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth.enable = true;
}