mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Add nix fish config file
This commit is contained in:
parent
75aa1dcbff
commit
dd4748db07
1 changed files with 7 additions and 0 deletions
7
dot_config/fish/conf.d/nix.fish
Normal file
7
dot_config/fish/conf.d/nix.fish
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue