1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

dunst: use xdg.dataFile for D-Bus service file

This commit is contained in:
Robert Helgesson 2017-11-11 00:31:44 +01:00
parent a977c79f9f
commit 2b2e20da24
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -87,7 +87,7 @@ in
config = mkIf cfg.enable (
mkMerge [
{
home.file.".local/share/dbus-1/services/org.knopwob.dunst.service".source =
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 =