From 2417045d001ae474819bee1f763c3e6a6941b386 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 20 Apr 2024 18:35:42 +0100 Subject: [PATCH] Disable custom papirus theme Design decision, not a code issue. --- home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 850b6dea..b604cd4e 100644 --- a/home.nix +++ b/home.nix @@ -181,10 +181,10 @@ size = 22; }; - iconTheme = { - name = "Papirus"; - package = pkgs.papirus-icon-theme; - }; + # iconTheme = { + # name = "Papirus"; + # package = pkgs.papirus-icon-theme; + # }; }; dconf.settings = { @@ -253,7 +253,7 @@ color-scheme = "prefer-dark"; enable-hot-corners = false; cursor-theme = "Bibata-Modern-Classic"; - icon-theme = "Papirus"; + # icon-theme = "Papirus"; gtk-theme = "adw-gtk3-dark"; };