mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 15:06:39 +00:00
8c1ebd6de8
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
5 lines
No EOL
175 B
Bash
5 lines
No EOL
175 B
Bash
#!/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 |