diff options
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 5 |
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"; + #}; }; }; |