fix typo in package name
This commit is contained in:
parent
8d7fe34b22
commit
0d7c2029ba
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue