summaryrefslogtreecommitdiff
path: root/modules/home/niri/chernobyl/kitty.nix
blob: 1b15b265ea64cf911c5b8439114624899b8b0738 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  programs.kitty = {
    enable = true;
  };
}