dunst: use 'icon_path' instead of 'icon_folders'
The 'icon_folders' option is deprecated.
(cherry picked from commit 7a28f68ad0
)
This commit is contained in:
parent
1e2d80a583
commit
a471c62bf2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue