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


             
                   


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

  zsh.enable = true;
  fastfetch.enable = true;
}