summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-08 20:48:18 -0500
committervin <vin@vineetk.net>2025-01-08 21:59:34 -0500
commit4cd4315d4bc8f55ce5a18957521a434ebfd4cf60 (patch)
tree7e246102741cb2a765cd3950ad5b5d83235acc82 /home.nix
parent7b16c2a5bae9c968056d9e74a36e04f062b10af1 (diff)
reindent home.nix
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index e30ffab..ed7746f 100644
--- a/home.nix
+++ b/home.nix
@@ -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";