From 4f2c100a8c6bcd082d056402cd0c8469b576f5f6 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 7 Jul 2023 10:57:02 +0200 Subject: [PATCH] apps: add direnv pkg and load in zsh --- hosts/configuration_desktop.nix | 1 + modules/shell/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index 380a922..7cfcd00 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -111,6 +111,7 @@ powerline-fonts powerline-symbols tree + direnv ]; }; diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index eccbfdb..b3fdff8 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -39,6 +39,7 @@ # emulate zsh -c "$(direnv hook zsh)" # Swag pfetch # Show fetch logo on terminal start + eval "$(direnv hook zsh)" ''; }; };