This commit is contained in:
shinya 2025-10-25 22:36:38 +02:00
parent b0587b6d5a
commit 814f1a6219

View File

@ -3,7 +3,7 @@
lib,
pkgs,
system,
self,
windows-theme,
...
}:
{
@ -15,7 +15,7 @@
boot.loader = {
plymouth = {
theme = "xp";
themePackages = [ self.packages.${system}.windows-xp-plymouth ];
themePackages = [ windows-theme.packages.${system}.windows-xp-plymouth ];
};
};