diff options
-rw-r--r-- | config/nix/nix.conf | 2 | ||||
-rw-r--r-- | home-dots/dot-zshrc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/nix/nix.conf b/config/nix/nix.conf new file mode 100644 index 0000000..9c305be --- /dev/null +++ b/config/nix/nix.conf @@ -0,0 +1,2 @@ +substituters = https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/ +trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc index d5b685e..582508e 100644 --- a/home-dots/dot-zshrc +++ b/home-dots/dot-zshrc @@ -123,3 +123,4 @@ alias lar='ls -lahrt' alias mykeys='setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' export PATH="$HOME/.cargo/bin:$PATH" +if [ -e /home/titan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/titan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer |