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