diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-04-09 10:05:51 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-04-09 10:05:51 +0200 |
commit | 9b449a34317d510a08b49e2f548d2c27d8abe9a7 (patch) | |
tree | 70103b09a69f24e7058baf569d1d93df3d4781bc | |
parent | 0d427d45aa04a64f9fa37e1e3ac16409f4e202de (diff) | |
download | dotfiles-9b449a34317d510a08b49e2f548d2c27d8abe9a7.tar.gz dotfiles-9b449a34317d510a08b49e2f548d2c27d8abe9a7.tar.bz2 dotfiles-9b449a34317d510a08b49e2f548d2c27d8abe9a7.zip |
Starting with Nix and setting IOHK sources
-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 |