fix revert
This commit is contained in:
parent
76414bc257
commit
b0587b6d5a
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
windows-theme.url = "git+https://gitea.homework.zip/shinya/Windows-Theme-Flake";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
system,
|
system,
|
||||||
|
self,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@ -14,7 +15,7 @@
|
|||||||
boot.loader = {
|
boot.loader = {
|
||||||
plymouth = {
|
plymouth = {
|
||||||
theme = "xp";
|
theme = "xp";
|
||||||
themePackages = [ inputs.windows-theme.packages.${system}.windows-xp-plymouth ];
|
themePackages = [ self.packages.${system}.windows-xp-plymouth ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user