This commit is contained in:
2023-02-23 12:26:48 -05:00
parent 57b55e928b
commit 8290764f10

View File

@@ -64,7 +64,7 @@ programs = {
yt-dlp.enable = true; yt-dlp.enable = true;
bash = { bash = {
enable = true; enable = true;
historyControl = [ignorespace]; historyControl = ["ignorespace"];
shellOptions = [ "histappend" ]; shellOptions = [ "histappend" ];
sessionVariables = { sessionVariables = {
DOCKER_HOST="tcp://192.168.1.223:2375"; DOCKER_HOST="tcp://192.168.1.223:2375";