summaryrefslogtreecommitdiff
path: root/modules/hm/terminal/default.nix
blob: 635f75e3a0f27cb07e8346416d5ccf0cc2b91dbe (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:
{
  imports = [
    ./btop.nix
    ./fish.nix
    ./foot.nix
    ./starship.nix
    ./utils.nix
  ];
}