nixos-config/home-manager/modules/nushell/env.nu
2025-02-15 17:38:07 -05:00

3 lines
172 B
Text

$env.config.buffer_editor = "nvim"
$env.PASSWORD_STORE_DIR = "/home/gwg313/.local/share/password-store"
$env.SSH_AUTH_SOCK = (echo /run/user/(id -u)/gnupg/S.gpg-agent.ssh)