mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
dunst: use 'icon_path' instead of 'icon_folders'
The 'icon_folders' option is deprecated.
This commit is contained in:
parent
ea9d44bede
commit
7a28f68ad0
1 changed files with 1 additions and 1 deletions
|
@ -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