{ pkgs, ... }:

{
  imports = [
    ./shell.nix
  ];

  environment.systemPackages = with pkgs; [
    kitty
  ];
}