Change to dracula icon

This commit is contained in:
Isshi0417 2024-07-03 23:15:47 +09:00
parent 26c56bfcbe
commit 6fd6e04498
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
gtk.theme.package = lib.mkForce pkgs.adw-gtk3; gtk.theme.package = lib.mkForce pkgs.adw-gtk3;
gtk.theme.name = "adw-gtk3"; gtk.theme.name = "adw-gtk3";
gtk.iconTheme.package = pkgs.tela-circle-icon-theme; gtk.iconTheme.package = pkgs.dracula-icon-theme;
gtk.iconTheme.name = "Tela-circle-dark"; gtk.iconTheme.name = "Dracula";
} }