catppuccin / grub

🌕 Soothing pastel theme for Grub2 & Ventoy
MIT License
326 stars 13 forks source link

NIXOS CONFIG #23

Closed salko-ua closed 2 months ago

salko-ua commented 2 months ago

is it possible to write this topic declaratively on nixos

olifloof commented 2 months ago

https://github.com/catppuccin/nix

https://nix.catppuccin.com/options/nixos-options.html#bootloadergrubcatppuccinenable

salko-ua commented 2 months ago

these links are useless here. the first sets the theme to system, and the second to grub, but not to the grub theme itself

Ex-32 commented 2 months ago

If you want more customization, you can just write your own derivation for boot.loader.grub.theme. It's not very difficult, here's the one I wrote to adjust the size and font: https://github.com/Ex-32/nixos-config/blob/154080f376b045fb08cf04f4b1f69777488c80bb/lib/grub.nix#L29-L60

salko-ua commented 2 months ago

thank you very much for your time. I will try to write something

If you want more customization, you can just write your own derivation for boot.loader.grub.theme. It's not very difficult, here's the one I wrote to adjust the size and font: https://github.com/Ex-32/nixos-config/blob/154080f376b045fb08cf04f4b1f69777488c80bb/lib/grub.nix#L29-L60