From 75f6138b03612c94e53820c2b30c6ac179a8c0c0 Mon Sep 17 00:00:00 2001 From: Koda YeenBean Date: Mon, 25 May 2026 21:26:58 +0200 Subject: [PATCH] added Git Credential Store Envoirenment Varriable --- env.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/env.lua b/env.lua index 4faf63e..c8886e6 100644 --- a/env.lua +++ b/env.lua @@ -1,3 +1,4 @@ -- This file will not be overwritten across dots-hyprland updates. -- The file name is for the sake of organization and does not matter -- See the corresponding files in ~/.config/hypr/hyprland for examples +hl.env("GCM_CREDENTIAL_STORE", "gpg") \ No newline at end of file