fix
This commit is contained in:
parent
b0587b6d5a
commit
814f1a6219
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user