From 70918c07c68f52c8430c2c2c1289901914e5214f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Jul 2025 20:16:55 -0700 Subject: enable starship's module hostname only for ssh --- nix/users/fcuny/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/users/fcuny/shell.nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 994570b..269c617 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -131,7 +131,7 @@ in }; "$schema" = "https://starship.rs/config-schema.json"; hostname = { - disabled = true; + ssh_only = true; }; username = { disabled = true; -- cgit v1.2.3