mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 06:03:57 +00:00
fix: replace enableAllTerminfo with specific terminfo packages
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -46,6 +47,9 @@ in
|
||||
) cfg.publicKeys;
|
||||
|
||||
# Add terminfo for SSH from popular terminal emulators
|
||||
environment.enableAllTerminfo = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.ghostty.terminfo
|
||||
pkgs.kitty.terminfo
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user