mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
dunst: add the whole package to home.packages (#2079)
The `dunst` package provides the `dunstctl` and `dunstify` command-line utilities which are useful to have.
This commit is contained in:
parent
e4c55ed4e6
commit
dba802c1d9
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable (mkMerge [
|
config = mkIf cfg.enable (mkMerge [
|
||||||
{
|
{
|
||||||
home.packages = [ (getOutput "man" pkgs.dunst) ];
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
xdg.dataFile."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";
|
||||||
|
|
Loading…
Reference in a new issue