From acb892c0ae548949e56ff4d2f8265b58d00dba8c Mon Sep 17 00:00:00 2001 From: Koda YeenBean Date: Sun, 16 Aug 2026 13:12:20 +0200 Subject: [PATCH] added Kubeconfig env --- env.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env.lua b/env.lua index 62a3220..0a80e65 100644 --- a/env.lua +++ b/env.lua @@ -2,4 +2,5 @@ -- 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") -hl.env("GTK_THEME", "Adwaita:dark") \ No newline at end of file +hl.env("GTK_THEME", "Adwaita:dark") +hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf") \ No newline at end of file