formatting
This commit is contained in:
parent
7ce780986b
commit
415715a4f9
58 changed files with 398 additions and 229 deletions
|
|
@ -4,7 +4,8 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
# imports = [
|
||||
# inputs.minegrub-theme.nixosModules.default
|
||||
# ];
|
||||
|
|
@ -24,14 +25,12 @@
|
|||
# background = "background_options/1.8 - [Classic Minecraft].png";
|
||||
# boot-options-count = 4;
|
||||
# };
|
||||
theme =
|
||||
pkgs.fetchFromGitHub
|
||||
{
|
||||
owner = "Lxtharia";
|
||||
repo = "minegrub-theme";
|
||||
rev = "193b3a7c3d432f8c6af10adfb465b781091f56b3";
|
||||
sha256 = "1bvkfmjzbk7pfisvmyw5gjmcqj9dab7gwd5nmvi8gs4vk72bl2ap";
|
||||
};
|
||||
theme = pkgs.fetchFromGitHub {
|
||||
owner = "Lxtharia";
|
||||
repo = "minegrub-theme";
|
||||
rev = "193b3a7c3d432f8c6af10adfb465b781091f56b3";
|
||||
sha256 = "1bvkfmjzbk7pfisvmyw5gjmcqj9dab7gwd5nmvi8gs4vk72bl2ap";
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue