mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
dunst: use dbus service file from configured package
This commit is contained in:
parent
5cd2bf5153
commit
174ba89ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ in
|
|||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.dataFile."dbus-1/services/org.knopwob.dunst.service".source =
|
||||
"${pkgs.dunst}/share/dbus-1/services/org.knopwob.dunst.service";
|
||||
"${cfg.package}/share/dbus-1/services/org.knopwob.dunst.service";
|
||||
|
||||
xdg.configFile."dunst/dunstrc" = lib.mkIf (cfg.settings != { }) {
|
||||
text = toDunstIni cfg.settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue