diff --git a/modules/home/programs/zsh/default.nix b/modules/home/programs/zsh/default.nix index 91a077e..e962f0d 100644 --- a/modules/home/programs/zsh/default.nix +++ b/modules/home/programs/zsh/default.nix @@ -9,6 +9,7 @@ ''; sessionVariables = { PASSWORD_STORE_DIR = "$HOME/.password-store"; + PAGER = "bat"; }; shellAliases = { cal = "cal $(date +%Y)";