nixos-config/hosts/redmond/boot/default.nix
2025-07-13 19:53:15 -04:00

7 lines
90 B
Nix

{ ... }:
{
boot = {
loader.limine.enable = true;
plymouth.enable = true;
};
}