From d81781bc67d121e2785ab3b4aded592d625b2d65 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 14:36:12 -0800 Subject: home-manager: fix a few typos --- users/fcuny/desktop/trust/pass.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/fcuny') diff --git a/users/fcuny/desktop/trust/pass.nix b/users/fcuny/desktop/trust/pass.nix index f8c81a1..e2d9565 100644 --- a/users/fcuny/desktop/trust/pass.nix +++ b/users/fcuny/desktop/trust/pass.nix @@ -13,11 +13,11 @@ "man:pass(1)" "https://git.fcuny.net/fcuny/password-store" ]; - ConditionPathIsDirectory = "%h/.local/share/password-store/.git" + ConditionPathIsDirectory = "%h/.local/share/password-store/.git"; }; Service = { Type = "oneshot"; - WorkingDirectory = "%h/.local/share/password-store/.git", + WorkingDirectory = "%h/.local/share/password-store/.git"; ExecStart = "${pkgs.git}/bin/git push origin %H"; }; }; -- cgit 1.4.1