configs/laptop/kitty.nix

8 lines
122 B
Nix
Raw Normal View History

2024-05-20 12:24:36 +02:00
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs;
[
kitty kitty-themes termpdfpy
];
}