From a471c62bf2d906f2c0e671e1b542544266582194 Mon Sep 17 00:00:00 2001 From: dsx Date: Mon, 3 Dec 2018 20:36:52 -0500 Subject: [PATCH] dunst: use 'icon_path' instead of 'icon_folders' The 'icon_folders' option is deprecated. (cherry picked from commit 7a28f68ad00930257d2392d3bf522cd78e0f2eb2) --- modules/services/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index 1273ef39..c636439a 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -90,7 +90,7 @@ in xdg.dataFile."dbus-1/services/org.knopwob.dunst.service".source = "${pkgs.dunst}/share/dbus-1/services/org.knopwob.dunst.service"; - services.dunst.settings.global.icon_folders = + services.dunst.settings.global.icon_path = let useCustomTheme = cfg.iconTheme.package != hicolorTheme.package