chore: change gtk icon theme

This commit is contained in:
Zhongheng Liu 2024-12-17 00:52:17 +02:00
commit ec800c7394
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -6,8 +6,8 @@
gtk = {
enable = true;
iconTheme = {
package = pkgs.gruvbox-plus-icons;
name = "Gruvbox-Plus-Dark";
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};
};
qt = {
@ -15,5 +15,4 @@
platformTheme.name = "gtk";
style = {name = "Fusion";};
};
home.packages = with pkgs; [libsForQt5.breeze-qt5];
}