home/nushell: Specify environment variable strings using backticks

This commit is contained in:
Mikael Voss 2024-10-06 19:03:17 +02:00
parent 9679b1f776
commit a7a6cfad7e
No known key found for this signature in database

View file

@ -200,8 +200,8 @@ in {
'' |> builtins.readFile; '' |> builtins.readFile;
in '' in ''
load-env { load-env {
EDITOR: r#'${lib.getExe config.programs.helix.package}'# EDITOR: `${lib.getExe config.programs.helix.package}`
LS_COLORS: r#'${ls-colours}'# LS_COLORS: `${ls-colours}`
MANROFFOPT: `-c` MANROFFOPT: `-c`
MANPAGER: `${sh} -c '${col} -bx | ${bat} -l man -p'` MANPAGER: `${sh} -c '${col} -bx | ${bat} -l man -p'`