From c03f41c7029fcdc99d03a9e6aca6049af1e67d58 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 23 Apr 2024 21:20:49 +0200 Subject: [PATCH] Switch to the papirus icon theme --- modules/home/de/theming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/de/theming.nix b/modules/home/de/theming.nix index 11979ee..7c47a6b 100644 --- a/modules/home/de/theming.nix +++ b/modules/home/de/theming.nix @@ -24,8 +24,8 @@ in { theme.name = "Adwaita-dark"; theme.package = pkgs.gnome.gnome-themes-extra; - iconTheme.name = "Adwaita"; - iconTheme.package = pkgs.gnome.adwaita-icon-theme; + iconTheme.name = "Papirus-Dark"; + iconTheme.package = pkgs.papirus-icon-theme; font.name = "Open Sans"; font.package = pkgs.open-sans;