added grub theme

This commit is contained in:
Tomas Rivera
2026-03-08 17:13:53 +01:00
parent c7d6930427
commit 4f7d85fd6b
4 changed files with 51 additions and 8 deletions
+8
View File
@@ -15,6 +15,14 @@
../../modules/nixos/udevsimple.nix
];
# grub theme
boot.loader.grub = {
theme = inputs.nixos-grub-themes.packages.${pkgs.system}.nixos; # if you want to use nixos grub theme
};
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs.outPath}"
"home-manager=${inputs.home-manager.outPath}"