From 9b449a34317d510a08b49e2f548d2c27d8abe9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 9 Apr 2021 10:05:51 +0200 Subject: Starting with Nix and setting IOHK sources --- config/nix/nix.conf | 2 ++ home-dots/dot-zshrc | 1 + 2 files changed, 3 insertions(+) create mode 100644 config/nix/nix.conf 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 -- cgit v1.2.3