From fdcefe5c7e2efe9d875529b9bbb92fa49cbfe60b Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 13 Jun 2023 15:42:03 +0200 Subject: [PATCH] [nix] Add a couple shell variables for Fy apps --- nix/hosts/alymac/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/alymac/zsh.nix b/nix/hosts/alymac/zsh.nix index 46b4a1b..5c42889 100644 --- a/nix/hosts/alymac/zsh.nix +++ b/nix/hosts/alymac/zsh.nix @@ -8,6 +8,8 @@ source ${dotfiles}/zsh/zshrc export PATH="$PATH:$HOME/.npm-packages/bin" + export FRENYARD_SCALE=2.40 + export RETHINK_API="https://rethink.alyxia.dev" ''; }; }