fixing theme name

This commit is contained in:
2025-01-12 19:17:33 -06:00
parent b8b770878d
commit 8c2b7de388

View File

@@ -30,7 +30,7 @@
gtk = { gtk = {
enable = true; enable = true;
theme.name = "Tokyonight-Dark-B"; theme.name = "Tokyonight-Dark";
theme.package = pkgs.tokyonight-gtk-theme; theme.package = pkgs.tokyonight-gtk-theme;
iconTheme.name = "Tokyonight-Dark"; iconTheme.name = "Tokyonight-Dark";
}; };