mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 21:57:00 -04:00
add kitty terminfo to sshd
This commit is contained in:
parent
f472a94e5d
commit
fa32d86e0a
1 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
kitty.terminfo
|
||||
];
|
||||
};
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue