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


             
              
                   
                   
             


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

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