From cd70d418e14862c925c6841d004bfae6f23512e0 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 6 Jul 2023 15:51:16 +0300 Subject: [PATCH] home/shell: remove ssh_symbol --- home/modules/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 296c313..5439804 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -62,6 +62,8 @@ symbol = "↕ "; threshold = 3; }; + + hostname.ssh_symbol = ""; }; }; }