dotfiles/.config/bash/tools/nixpkgs.bashrc
Andrei Jiroh Halili 8c1ebd6de8
Usual bashrc and profile updates
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-09-04 23:19:38 +08:00

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