temu fix
This commit is contained in:
@@ -51,6 +51,18 @@ in
|
|||||||
# Example GTK block (disabled)
|
# Example GTK block (disabled)
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
gtk3 = {
|
||||||
|
theme = {
|
||||||
|
name = "adw-gtk3";
|
||||||
|
package = pkgs.adw-gtk3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
#gtk4 = {
|
||||||
|
# theme = {
|
||||||
|
# name = "adw-gtk3";
|
||||||
|
# package = pkgs.adw-gtk3;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Reversal-black-dark";
|
name = "Reversal-black-dark";
|
||||||
package = pkgs.reversal-icon-theme.override { allColorVariants = true; };
|
package = pkgs.reversal-icon-theme.override { allColorVariants = true; };
|
||||||
|
|||||||
Reference in New Issue
Block a user