diff --git a/modules/applications/sway/dunst.nix b/modules/applications/sway/dunst.nix index 42489df..b3f6c91 100644 --- a/modules/applications/sway/dunst.nix +++ b/modules/applications/sway/dunst.nix @@ -90,21 +90,5 @@ in with lib; { Restart = "always"; }; }; - - # systemd.user.services.mako = { - # enable = true; - # description = "Mako - Notificaitons for Wayland"; - # documentation = [ "man:mako(5)" ]; - # partOf = [ "sway-session.target" ]; - # bindsTo = [ "sway-session.target" ]; - # environment.PATH = lib.mkForce null; - # serviceConfig = { - # ExecStart = "${pkgs.mako}/bin/mako"; - # Restart = "on-failure"; - # RestartSec = 1; - # TimeoutStopSec = 10; - # Type = "simple"; - # }; - # }; }; }