From a7a87ad806000b1271306722c30fc2da58ad6d36 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Sep 2024 13:24:22 -0700 Subject: Bump: epiphany-i2p and flake dependencies --- home/ebisu/fortune/system/shell/fish.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix index 0e3611f..c835259 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -1,4 +1,9 @@ -{ pkgs, config, ... }: +{ + pkgs, + config, + secrets, + ... +}: { programs.fish = { enable = true; @@ -155,6 +160,7 @@ koix = "koi -f"; seamonkey = "${config.home.homeDirectory}/.local/src/seamonkey/seamonkey-bin"; doom = "${config.xdg.configHome}/emacs/bin/doom"; + epiphany-i2p = "http_proxy=${secrets.proxy.i2p.http} HTTP_PROXY=${secrets.proxy.i2p.http} https_proxy=${secrets.proxy.i2p.https} HTTPS_PROXY=${secrets.proxy.i2p.https} socks_proxy=${secrets.proxy.i2p.socks5} SOCKS_PROXY=${secrets.proxy.i2p.socks5} epiphany"; }; }; } -- cgit v1.2.3