maybe i'm using nix profiles now

master
Jordan Orelli 6 months ago
parent da89824862
commit 03bc022339

@ -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

@ -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

Loading…
Cancel
Save