This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-05 12:32:57 +02:00
parent 66ef004344
commit 428c531415
66 changed files with 42 additions and 12 deletions

4
home-modules/starship.nix Normal file → Executable file
View File

@@ -169,9 +169,9 @@ lib.mkIf (user != "tv")
vcsh.format = "[\\[vcsh [$symbol$repo\\]]($style)";
hostname = {
format = "[\\[$ssh_symbol$hostname\\]]($style)";
ssh_symbol = "";
ssh_symbol = "󰖟 ";
ssh_only = true;
};
};
};
}
}