summaryrefslogtreecommitdiff
path: root/hm/shell/shell.nix
blob: b394626d52f3c28b3c5176869ad8b5a95d58d58f (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:
{
  imports = [
    ./cli.nix
    ./fish.nix
    ./foot.nix
    ./starship.nix
    ./zellij.nix
  ];
}