summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/terminal/default.nix
blob: 6cd5378d0e57178e9b058aa5375a7c0aaeaacb1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:
{
  imports = [
    ./kitty.nix
    ./foot.nix
  ];

  home.packages = with pkgs; [
    cool-retro-term
    # warp-terminal
  ];
}