From 5e9d1ad49b2557dd72d05b5b89a8b84cabffa132 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 3 Dec 2021 15:54:21 +0100 Subject: [PATCH 1/2] home: tridactyl: blacklist localhost Jupyter notebooks have handy shortcuts --- home/tridactylrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tridactylrc b/home/tridactylrc index 2b756e3..a6a60e6 100644 --- a/home/tridactylrc +++ b/home/tridactylrc @@ -29,3 +29,4 @@ set editorcmd emacsclient -c set yankto both blacklistadd netflix.com +blacklistadd localhost From d0a8fa17e5efb7e630aab0d3b7d716a22f2e9d73 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 3 Dec 2021 15:55:04 +0100 Subject: [PATCH 2/2] home: lorri: enable nix-direnv for direnv --- home/lorri.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/lorri.nix b/home/lorri.nix index 2567331..df4d23d 100644 --- a/home/lorri.nix +++ b/home/lorri.nix @@ -12,6 +12,10 @@ in programs.direnv = { enable = true; enableFishIntegration = true; + # FIXME: proper file, not lorri.nix + nix-direnv = { + enable = true; + }; }; }; }