From 27af1fc10f69909e73df9f3d57d7ea7c5cb9bd7f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 Jul 2018 13:02:49 +0200 Subject: machines/katara: fix dunst invocation --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') 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" ]; -- cgit 1.4.1