diff options
| author | vin <vin@vineetk.net> | 2025-01-08 19:45:00 +0000 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-01-08 19:45:23 +0000 |
| commit | 80e4e7e098550dff5b7d1f10b63d7091a9c25279 (patch) | |
| tree | a22d62620121248a1646260a9ae42f7ba2cfef78 /home.nix | |
| parent | c153a084c0e50a614071e195cdf1b22cd166e951 (diff) | |
fix demiurge
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ | |||
| 39 | 39 | ||
| 40 | sessionVariables = { | 40 | sessionVariables = { |
| 41 | EDITOR = "emacs"; | 41 | EDITOR = "emacs"; |
| 42 | VISUAL = "emacs -nw" | 42 | VISUAL = "emacs -nw"; |
| 43 | PAGER = "less"; | 43 | PAGER = "less"; |
| 44 | LESS = "-iR"; | 44 | LESS = "-iR"; |
| 45 | LESSHISTFILE = "/dev/null"; | 45 | LESSHISTFILE = "/dev/null"; |
