From 0d7c2029ba160780b17d161702e20d346d10d9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 18 Nov 2023 11:00:43 +0100 Subject: [PATCH] fix typo in package name --- config/programs/theming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/programs/theming.nix b/config/programs/theming.nix index 4637f5d1..21256524 100644 --- a/config/programs/theming.nix +++ b/config/programs/theming.nix @@ -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}"; }; }; }