aboutsummaryrefslogtreecommitdiff
path: root/home/xdg/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-15 09:50:13 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-15 09:50:13 -0800
commit0d44c2bc8bd4ff0f1bd71947972b7761bdd49a17 (patch)
treeb788d2f0f82a5c2a6118c53e3b99e92480a41aa5 /home/xdg/default.nix
parentref(home/sway): auto login and enable systemd integration (diff)
downloadinfra-0d44c2bc8bd4ff0f1bd71947972b7761bdd49a17.tar.gz
ref(home/xdg): configure a few more environment variables
Diffstat (limited to '')
-rw-r--r--home/xdg/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xdg/default.nix b/home/xdg/default.nix
index eda2211..f5f60b3 100644
--- a/home/xdg/default.nix
+++ b/home/xdg/default.nix
@@ -40,8 +40,11 @@ in
# I want a tidier home
home.sessionVariables = with config.xdg; {
DOCKER_CONFIG = "${configHome}/docker";
+ LESS = "-FRSXM";
+ LESSCHARSET = "utf-8";
LESSHISTFILE = "${dataHome}/less/history";
LESSKEY = "${configHome}/less/lesskey";
+ PAGER = "less";
};
};
}