diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-13 20:16:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-13 20:16:55 -0700 |
| commit | 70918c07c68f52c8430c2c2c1289901914e5214f (patch) | |
| tree | 2784e38d1164920aa54f66f8079b2afefb477323 | |
| parent | ensure binaries are called with the correct package (diff) | |
| download | infra-70918c07c68f52c8430c2c2c1289901914e5214f.tar.gz | |
enable starship's module hostname only for ssh
| -rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
