forest/common/server.nix

8 lines
101 B
Nix
Raw Normal View History

2024-05-26 12:51:51 +00:00
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
kitty.terminfo
];
}