about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 9338683d..8c5298db 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -419,7 +419,7 @@ in {
             BusName = "org.freedesktop.Notifications";
             ExecStart =
               let config = pkgs.writeText "dunst.conf" (lib.generators.toINI {} {});
-              in "${lib.getBin pkgs.dunst}/bin/dunst -config ${config}";
+              in "${lib.getBin pkgs.dunst}/bin/dunst --config ${config}";
             Restart = "on-failure";
           };
           partOf = [ "graphical-session.target" ];