nix: use lix multiline log format

This commit is contained in:
teutat3s 2024-08-19 10:15:42 +02:00
parent 1395a620b4
commit d8f1b24935
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -120,5 +120,6 @@ in {
myip = "dig +short myip.opendns.com @208.67.222.222 2>&1";
nnn = "nnn -d -e -H -r";
tmate = ''tmate -f "''${XDG_CONFIG_HOME}/tmate/tmate.conf"'';
nix = "nix --log-format multiline";
};
}