Finally fix gtk theming

Naming was wrong to select correct installed themes
This commit is contained in:
Evie Litherland-Smith 2023-09-08 12:14:16 +01:00
parent dc6741a1c6
commit 06be5908fc

View file

@ -34,11 +34,11 @@ in {
}; };
iconTheme = { iconTheme = {
package = pkgs.catppuccin-papirus-folders; package = pkgs.catppuccin-papirus-folders;
name = "cat-mocha-lavender"; name = "Papirus-Dark";
}; };
theme = { theme = {
package = catppuccin-gtk-lavender; package = catppuccin-gtk-lavender;
name = "Catppuccin-Mocha-Standard-Lavender"; name = "Catppuccin-Mocha-Standard-Lavender-dark";
}; };
}; };
} }