diff --git a/modules/home-manager/application/foot/default.nix b/modules/home-manager/application/foot/default.nix index 1e65d1a..5807274 100644 --- a/modules/home-manager/application/foot/default.nix +++ b/modules/home-manager/application/foot/default.nix @@ -76,5 +76,9 @@ in }; }; }; + # As foot terminal definition is not present on server I manage, this workaround is quite useful. + home.shellAliases = { + ssh = "TERM=xterm-256color ssh"; + }; }; }