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