home: Fix GTK theme name
This commit is contained in:
parent
c5a83f0943
commit
469868a5f2
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ in
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Compact-Dark";
|
name = "Catppuccin-Mocha-Compact-Blue-Dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
size = "compact";
|
size = "compact";
|
||||||
tweaks = [
|
tweaks = [
|
||||||
|
|
Loading…
Reference in a new issue