l copyq: remove (broken) path extensions

This commit is contained in:
lassulus 2020-10-27 20:20:12 +01:00
parent cb24733b91
commit 2871761a93

View File

@ -25,9 +25,6 @@ in {
environment = {
DISPLAY = ":${toString config.services.xserver.display}";
};
path = with pkgs; [
qt5.full
];
serviceConfig = {
SyslogIdentifier = "copyq";
ExecStart = "${pkgs.copyq}/bin/copyq";