From 7d4cdc6feae753b7929cca36641fcd9d528f029f Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 14 Apr 2021 23:41:56 +0300 Subject: [PATCH] hydrus --- overlays/hydrus.nix | 2 ++ users/patriot/home.nix | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/overlays/hydrus.nix b/overlays/hydrus.nix index f2eccda..92af8ac 100644 --- a/overlays/hydrus.nix +++ b/overlays/hydrus.nix @@ -2,10 +2,12 @@ final: prev: { hydrus = prev.hydrus.overrideAttrs (old: rec { pname = "hydrus"; version = "434"; + src = builtins.fetchGit { url = "https://github.com/hydrusnetwork/hydrus.git"; rev = "71bedccaeabf411307edeac3b03a0903d2c23ec8"; }; + postPatch = '' sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${prev.miniupnpc_2}/bin/upnpc";' \ -i ./hydrus/core/networking/HydrusNATPunch.py diff --git a/users/patriot/home.nix b/users/patriot/home.nix index 7011546..4595c67 100644 --- a/users/patriot/home.nix +++ b/users/patriot/home.nix @@ -134,8 +134,8 @@ let bgColor = colorScheme.primary.normal.background; fgColor = colorScheme.primary.bright.foreground; - acColor = colorScheme.normal.blue; - acColor2 = colorScheme.bright.cyan; + acColor = colorScheme.normal.yellow; + acColor2 = colorScheme.normal.magenta; alacrittyColors = { primary = {