10 lines
521 B
Lua
10 lines
521 B
Lua
-- 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")
|
|
hl.env("GTK_THEME", "Adwaita:dark")
|
|
hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf")
|
|
hl.env("BAO_ADDR", "https://sql01.ascheu.de:8200")
|
|
hl.env("EDITOR", "nano")
|
|
hl.env("KUBE_EDITOR", "nano")
|
|
hl.env("ANSIBLE_VAULT_EDITOR", "nano") |