forest/common/server.nix
2024-05-26 13:51:51 +01:00

7 lines
101 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
kitty.terminfo
];
}