nixfiles/profiles/base/terminals.nix

6 lines
85 B
Nix
Raw Normal View History

{pkgs, ...}: {
2023-09-19 22:30:02 +01:00
environment.systemPackages = with pkgs; [
kitty-terminfo
];
2021-12-28 23:10:59 +00:00
}