From a2c2d2839a4db7e780ab8831d1f8c4a89a15fff4 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 29 Jan 2024 08:48:20 +0000 Subject: [PATCH] password store variable --- modules/home/programs/nushell/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/programs/nushell/default.nix b/modules/home/programs/nushell/default.nix index 9e8ef5b..f87e403 100644 --- a/modules/home/programs/nushell/default.nix +++ b/modules/home/programs/nushell/default.nix @@ -28,6 +28,9 @@ append /usr/bin/env ) ''; + sessionVariables = { + PASSWORD_STORE_DIR = "$HOME/.password-store"; + }; shellAliases = { gcal = '' bash -c "cal $(date +%Y)"