about summary refs log tree commit diff stats
path: root/hm/soispha/conf/less
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 11:38:29 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 11:38:29 +0100
commit12e3c1ad669c7b06bca3ce698798592f3f2567b6 (patch)
treea590ea17f9843e2b3163392fc05b5d30c028eeca /hm/soispha/conf/less
parentbuild(treewide): Update flake and shell library (diff)
downloadnixos-config-12e3c1ad669c7b06bca3ce698798592f3f2567b6.zip
fix(hm): Move the session variables to their associated service
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/less/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hm/soispha/conf/less/default.nix b/hm/soispha/conf/less/default.nix
index fe7142f1..e5506fcd 100644
--- a/hm/soispha/conf/less/default.nix
+++ b/hm/soispha/conf/less/default.nix
@@ -1,8 +1,8 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
+{config, ...}: {
+  home.sessionVariables = {
+    PAGER = "less";
+    MANPAGER = "less";
+  };
   programs.less = {
     enable = true;
     keys = ''