diff --git a/nix-os/shell.nix b/nix-os/shell.nix index c13ffbe..cee283b 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -120,6 +120,9 @@ in truncation_length = 5; truncation_symbol = "…/"; }; + hostname = { + ssh_only = false; + }; username = { show_always = true; };