rename package source from self to windows-theme

This commit is contained in:
shinya 2025-10-26 11:23:18 +01:00
parent 8347bb28f5
commit 4fd54acaa5

View File

@ -1,6 +1,7 @@
{
pkgs,
self,
windows-theme,
system,
...
}:
@ -112,15 +113,15 @@
enable = true;
theme = {
name = "Windows XP Luna";
package = self.windows-theme.packages.${system}.windows-xp-theme;
package = windows-theme.packages.${system}.windows-xp-theme;
};
iconTheme = {
name = "windows-XP";
package = self.windows-theme.packages.${system}.windows-xp-icons;
package = windows-theme.packages.${system}.windows-xp-icons;
};
cursorTheme = {
name = "ModernXP";
package = self.windows-theme.packages.${system}.windows-xp-cursor;
package = windows-theme.packages.${system}.windows-xp-cursor;
};
#gtk3 = {
# extraConfig.gtk-application-prefer-dark-theme = true;