formatting

This commit is contained in:
Osman Faruk Bayram 2025-07-12 21:36:18 +03:00
parent 7ce780986b
commit 415715a4f9
58 changed files with 398 additions and 229 deletions

View file

@ -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";
};
};
})
];