nixfiles/profiles/base/terminals.nix
2023-09-19 22:30:02 +01:00

6 lines
85 B
Nix

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