From ec800c73945916eb28cf7de89949a4f4eef95c9a Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 17 Dec 2024 00:52:17 +0200 Subject: [PATCH] chore: change gtk icon theme --- home-manager/stvnliu/gtk.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/stvnliu/gtk.nix b/home-manager/stvnliu/gtk.nix index 39f0f80..9e38baa 100644 --- a/home-manager/stvnliu/gtk.nix +++ b/home-manager/stvnliu/gtk.nix @@ -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]; }