summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-02 09:31:50 -0500
committerBen Sima <ben@bsima.me>2021-01-02 09:31:50 -0500
commit035e21c3c5c99c281567861f6200842cb0e501a1 (patch)
treebd6023eff4d005642dabee4e3d53297ea85f6617 /lib/common.nix
parente57715707e3fc65a2a313e2aa25cbeadd10bf991 (diff)
attempt to add lesskey file
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix5
1 files changed, 5 insertions, 0 deletions
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";
+ #};
};
};