Merge pull request #105 from avanderbergh/issue99

Use correct for `theme_style` case in Readme.md
This commit is contained in:
Pranav Nedungadi
2023-07-04 13:33:18 +05:30
committed by GitHub

View File

@@ -70,7 +70,7 @@ To use it in home-manager:
gtk = {
enable = true;
theme = {
name = "Catppuccin-Macchiato-Compact-Pink-Dark";
name = "Catppuccin-Macchiato-Compact-Pink-dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "pink" ];
size = "compact";