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