rename package source from self to windows-theme
This commit is contained in:
parent
8347bb28f5
commit
4fd54acaa5
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user