From 630864ef08cda8861654d20c3f3c1d58ffa865f3 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Wed, 2 Jul 2025 16:19:59 +0800 Subject: [PATCH] Enable all terminfo --- configuration/vm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/vm.nix b/configuration/vm.nix index 8e4c994..529fe9d 100755 --- a/configuration/vm.nix +++ b/configuration/vm.nix @@ -27,6 +27,9 @@ # Passwordless sudo security.sudo.wheelNeedsPassword = false; + # Enable all terminfo (for ghostty) + environment.enableAllTerminfo = true; + # Enable SSH server services.openssh.enable = true;