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