summaryrefslogtreecommitdiff
path: root/hermes/home-manager/leo/programs/default.nix
blob: 79293c2595a4ceaaecf8c4e06c3f3d5f1362f845 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./zsh.nix
    ./alacritty.nix
    ./zed.nix
  ];

  zsh.enable = true;
  alacritty.enable = true;
  zed.enable = true;
}