summaryrefslogblamecommitdiff
path: root/hermes/home-manager/leo/programs/default.nix
blob: 4f0116ab00d38295c17bb7a96e82310f47438c56 (plain) (tree)
1
2
3
4
5
6
7
8
9


             





                    



                          
{...}: {
  imports = [
    ./zsh.nix
    ./zed.nix
    ./alacritty.nix
    ./waybar.nix
  ];

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