From 035e21c3c5c99c281567861f6200842cb0e501a1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Jan 2021 09:31:50 -0500 Subject: attempt to add lesskey file --- lib/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index fa9c955..8175bc7 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -53,6 +53,11 @@ in source = ./pythonrc; target = ".pdbrc"; }; + # Idk why this doesn't work, less says it can't use my lesskey file + #less = { + # source = ./lesskey; + # target = ".less"; + #}; }; }; -- cgit v1.2.3