From 75de8d117525f7320bef794aa378dcf151040e65 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 14 Jan 2025 14:23:43 +0300 Subject: [PATCH] tackle this later --- modules/home.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index 44442fe..d2f5622 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -31,23 +31,23 @@ hostname = "192.168.0.4"; user = "osbm"; identityFile = "/home/osbm/.ssh/id_ed25519"; - setEnv = { - "TERM" = "xterm-256color"; - }; - extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb). - "RemoteCommand" = "fish"; - }; + # setEnv = { + # "TERM" = "xterm-256color"; + # }; + # extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb). + # "RemoteCommand" = "fish"; + # }; }; "ymir" = { hostname = "192.168.0.2"; user = "osbm"; identityFile = "/home/osbm/.ssh/id_ed25519"; - setEnv = { - "TERM" = "xterm-256color"; - }; - extraOptions = { # TODO fix the damn starship error - "RemoteCommand" = "fish"; - }; + # setEnv = { + # "TERM" = "xterm-256color"; + # }; + # extraOptions = { # TODO fix the damn starship error + # "RemoteCommand" = "fish"; + # }; }; }; };