test to fix env variables

This commit is contained in:
Danilo Reyes 2024-09-03 00:33:08 -06:00
parent 9c40f2916c
commit 24496c87b9

View File

@ -73,9 +73,9 @@
smartmontools # check hard drie health smartmontools # check hard drie health
]; ];
environment.variables = { environment.variables = {
HISTFILE = "\${XDG_STATE_HOME}/bash/history"; HISTFILE = "$XDG_STATE_HOME/bash/history";
LESSHISTFILE = "-"; LESSHISTFILE = "-";
RIPGREP_CONFIG_PATH = "\${XDG_CONFIG_HOME}/ripgrep/ripgreprc"; RIPGREP_CONFIG_PATH = "$XDG_CONFIG_HOME/ripgrep/ripgreprc";
}; };
}; };
} }