mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
7 lines
161 B
Fish
7 lines
161 B
Fish
|
|
# Nix
|
|
if test -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish'
|
|
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish'
|
|
end
|
|
# End Nix
|
|
|