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