From 12e3c1ad669c7b06bca3ce698798592f3f2567b6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 11:38:29 +0100 Subject: fix(hm): Move the session variables to their associated service --- hm/soispha/conf/less/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hm/soispha/conf/less') 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 = '' -- cgit 1.4.1