Add mise config

This commit is contained in:
Valeriy Filippov
2026-03-13 13:01:08 +03:00
parent fdeaf38455
commit 61c87c330c
2 changed files with 12 additions and 0 deletions

4
.gitignore vendored
View File

@@ -5,6 +5,10 @@
!ghostty/ !ghostty/
!mise/
mise/*
!mise/config.toml
!nvim/ !nvim/
nvim/lazy-lock.json nvim/lazy-lock.json
nvim/lazyvim.json nvim/lazyvim.json

8
mise/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[settings]
experimental = true
env_shell_expand = true
[env]
_.file = ".secrets.yaml"
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"