mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
dunst: use xdg.dataFile
for D-Bus service file
This commit is contained in:
parent
a977c79f9f
commit
2b2e20da24
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ in
|
||||||
config = mkIf cfg.enable (
|
config = mkIf cfg.enable (
|
||||||
mkMerge [
|
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";
|
"${pkgs.dunst}/share/dbus-1/services/org.knopwob.dunst.service";
|
||||||
|
|
||||||
services.dunst.settings.global.icon_folders =
|
services.dunst.settings.global.icon_folders =
|
||||||
|
|
Loading…
Reference in a new issue