From 0df517e8cca6af1488c9de125f40306914498da1 Mon Sep 17 00:00:00 2001 From: datsudo <76833632+datsudo@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:52:41 +0800 Subject: [PATCH] change icon theme to Papirus-Dark --- user/theming.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/user/theming.nix b/user/theming.nix index de8a1f9..ed8c817 100644 --- a/user/theming.nix +++ b/user/theming.nix @@ -32,11 +32,8 @@ in size = 20; }; iconTheme = { - # TODO: since XFCE accepts "Tela dark" but Cinnamon - # accepts only "Tela-dark", we have to modularize XFCE and - # Cinnamon - name = "Tela dark"; - package = pkgs.tela-icon-theme; + name = "Papirus-Dark"; + package = pkgs.papirus-icon-theme; }; gtk3 = { extraConfig.gtk-application-prefer-dark-theme = true;