mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 15:06:39 +00:00
5 lines
175 B
Text
5 lines
175 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [[ -d "$HOME/.nix-profile/etc/profile.d/nix.sh" ]] && [[ $FF_DISABLE_NIXPKGS != "true" ]]; then
|
||
|
source "${HOME}/.nix-profile/etc/profile.d/nix.sh"
|
||
|
fi
|