diff options
| author | vin <vin@vineetk.net> | 2025-01-08 20:48:18 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-01-08 21:59:34 -0500 |
| commit | 4cd4315d4bc8f55ce5a18957521a434ebfd4cf60 (patch) | |
| tree | 7e246102741cb2a765cd3950ad5b5d83235acc82 /home.nix | |
| parent | 7b16c2a5bae9c968056d9e74a36e04f062b10af1 (diff) | |
reindent home.nix
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -42,7 +42,7 @@ | |||
| 42 | sessionVariables = { | 42 | sessionVariables = { |
| 43 | EDITOR = "emacs"; | 43 | EDITOR = "emacs"; |
| 44 | VISUAL = "emacs -nw"; | 44 | VISUAL = "emacs -nw"; |
| 45 | PAGER = "less"; | 45 | PAGER = "less"; |
| 46 | LESS = "-iR"; | 46 | LESS = "-iR"; |
| 47 | LESSHISTFILE = "/dev/null"; | 47 | LESSHISTFILE = "/dev/null"; |
| 48 | BROWSER = "qutebrowser"; | 48 | BROWSER = "qutebrowser"; |
