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) source <(kitty + complete setup zsh)
fi fi
# if (( $+commands[direnv] )); then if (( $+commands[direnv] )); then
# eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
# fi fi
# run local machine-specific settings # run local machine-specific settings
if [ -f "$HOME/.zlocalrc" ]; then if [ -f "$HOME/.zlocalrc" ]; then

@ -1,2 +1,2 @@
# add the nix command so that we can use nix profiles # 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