diff --git a/modules/shell.nix b/modules/shell.nix index 5fe0c24..1fbc35e 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -49,9 +49,7 @@ enable = true; execWheelOnly = true; extraConfig = '' - Defaults env_keep += "${ - builtins.concatStringsSep " " (builtins.attrNames config.environment.variables) - }" + Defaults env_keep += "EDITOR VISUAL PAGER SYSTEMD_PAGERSECURE MANPAGER" Defaults lecture = never ''; };