add hostname

Former-commit-id: 151a4ee7a0
This commit is contained in:
Hadi
2025-03-19 09:35:06 +01:00
parent dbcddb6115
commit b20bf2fbce

View File

@@ -9,6 +9,7 @@ in {
settings = { settings = {
add_newline = true; add_newline = true;
format = lib.concatStrings [ format = lib.concatStrings [
"$hostname"
"$directory" "$directory"
"$git_branch" "$git_branch"
"$git_state" "$git_state"