mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-24 00:58:55 -05: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 = {
|
services = {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue