summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 13:24:22 -0700
committerFuwn <[email protected]>2024-09-11 13:24:22 -0700
commita7a87ad806000b1271306722c30fc2da58ad6d36 (patch)
tree41e4803e8a98df04d2f4597b4ab2284fb468c15f /home
parentBump: i2pd caddy reverse proxy (diff)
downloadnixos-config-a7a87ad806000b1271306722c30fc2da58ad6d36.tar.xz
nixos-config-a7a87ad806000b1271306722c30fc2da58ad6d36.zip
Bump: epiphany-i2p and flake dependencies
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/system/shell/fish.nix8
1 files changed, 7 insertions, 1 deletions
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";
};
};
}