Removed sample

This commit is contained in:
James Patrick 2022-03-08 11:10:53 -05:00
parent 4c4f01f1e2
commit b4125a0bcb
1 changed files with 0 additions and 16 deletions

View File

@ -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";
# };
# };
};
}