feat(dregil): Set grub theme
This commit is contained in:
parent
75c91e50c1
commit
c615a6b4e7
4 changed files with 74 additions and 5 deletions
7
modules/grub-themes/default.nix
Normal file
7
modules/grub-themes/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
config.distro-grub-themes = {
|
||||
enable = true;
|
||||
theme = "nixos";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue