From 03bc02233929e8d75177bda200086a766818e0c0 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Thu, 30 May 2024 13:04:36 -0500 Subject: [PATCH] maybe i'm using nix profiles now --- .zshrc | 6 +++--- nix/nix.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 8ad6ea6..7efd561 100644 --- a/.zshrc +++ b/.zshrc @@ -42,9 +42,9 @@ if (( $+commands[kitty] )); then source <(kitty + complete setup zsh) fi -# if (( $+commands[direnv] )); then -# eval "$(direnv hook zsh)" -# fi +if (( $+commands[direnv] )); then + eval "$(direnv hook zsh)" +fi # run local machine-specific settings if [ -f "$HOME/.zlocalrc" ]; then diff --git a/nix/nix.conf b/nix/nix.conf index 7df9335..62befc7 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -1,2 +1,2 @@ # add the nix command so that we can use nix profiles -extra-experimental-features = nix-command +extra-experimental-features = nix-command flakes