fix typo in package name

This commit is contained in:
Charlotte 🦝 Delenk 2023-11-18 11:00:43 +01:00
parent 8d7fe34b22
commit 0d7c2029ba
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -601,7 +601,7 @@ in {
};
Install.WantedBy = ["graphical-session.target"];
Service = {
ExecStart = "${pkgs.python3.withPackages (ps: with ps; [i3-ipc])}/bin/python ${./transparency.py}";
ExecStart = "${pkgs.python3.withPackages (ps: with ps; [i3ipc])}/bin/python ${./transparency.py}";
};
};
}