fix revert

This commit is contained in:
shinya 2025-10-25 11:35:30 +02:00
parent 76414bc257
commit b0587b6d5a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
windows-theme.url = "git+https://gitea.homework.zip/shinya/Windows-Theme-Flake";
};

View File

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