Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.22k stars 41 forks source link

Improvement request for NixOS configuration. #33

Closed 0nyr closed 5 months ago

0nyr commented 1 year ago

I would be really cool if I was possible to pass a new parameter controlling the number of boot instances through the nixos config file:

minegrub-theme = {
        enable = true;
        splash = "Infinite recursion";
        boot-instance-nb = 7;
};

And maybe even another one for the button length.

Or maybe it should be done in the flake.nix ? I don't know, I'm still a 2-weeks noob with NixOS.

Thanks in advance to all.