feat(dregil): Set grub theme

This commit is contained in:
Alexander Kobjolke 2025-01-10 22:01:21 +01:00
parent 75c91e50c1
commit c615a6b4e7
4 changed files with 74 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
config.distro-grub-themes = {
enable = true;
theme = "nixos";
};
}