fix(server): load home manager profile.

This commit is contained in:
CronyAkatsuki 2025-03-24 09:26:30 +01:00
parent 3610e16e2d
commit 3148ac550a

View File

@ -45,6 +45,9 @@
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=black,bold'
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# Make sure to load home manager profile
. "$'{HOME}/.nix-profile/etc/profile.d/nix.sh"
'';
antidote = {