From 2460a566c338e4e546fc7d46621c3b21d76ff758 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 9 Jul 2025 18:35:49 -0400 Subject: [PATCH] 470 current 2025-07-09 18:35:19 25.05.20250424.f771eb4 6.12.24 * --- home/home.nix | 1 + system/networking/blockers.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 16912e9..eae0dbb 100644 --- a/home/home.nix +++ b/home/home.nix @@ -104,6 +104,7 @@ in { pipes-rs gimp file + feh # direnv # emacs # haha diff --git a/system/networking/blockers.sh b/system/networking/blockers.sh index 557e1e5..c37f57a 100644 --- a/system/networking/blockers.sh +++ b/system/networking/blockers.sh @@ -35,7 +35,8 @@ websites=( "www.chess.com" "www.x.com" "x.com" - "https://news.ycombinator.com" + "news.ycombinator.com" + "linkedin.com" ) op="" @@ -52,3 +53,4 @@ for website in "${websites[@]}"; do done systemctl restart dnsmasq +systemctl restart dnsmasq