From af43682e8bd1c5367e539566eb210f3df2a4d79d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Tue, 28 May 2024 12:12:51 +0200 Subject: [PATCH] shell: always show hostname --- nix-os/shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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; };