no minegrub
This commit is contained in:
parent
394664b517
commit
bef248bacc
1 changed files with 0 additions and 35 deletions
|
|
@ -1,35 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
# imports = [
|
|
||||||
# inputs.minegrub-theme.nixosModules.default
|
|
||||||
# ];
|
|
||||||
options = {
|
|
||||||
myModules.enableMinegrubTheme = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = false;
|
|
||||||
description = "Enable Minecraft theme for grub.";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
config = lib.mkIf config.myModules.enableMinegrubTheme {
|
|
||||||
boot.loader.grub = {
|
|
||||||
# minegrub-theme = {
|
|
||||||
# enable = true;
|
|
||||||
# splash = "100% Flakes!";
|
|
||||||
# background = "background_options/1.8 - [Classic Minecraft].png";
|
|
||||||
# boot-options-count = 4;
|
|
||||||
# };
|
|
||||||
theme = pkgs.fetchFromGitHub {
|
|
||||||
owner = "Lxtharia";
|
|
||||||
repo = "minegrub-theme";
|
|
||||||
rev = "193b3a7c3d432f8c6af10adfb465b781091f56b3";
|
|
||||||
sha256 = "1bvkfmjzbk7pfisvmyw5gjmcqj9dab7gwd5nmvi8gs4vk72bl2ap";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue