summaryrefslogtreecommitdiff
path: root/odino/home-manager/leo/programs/default.nix
blob: e97a99a7c44928ff6a62339e588a4d0ada7f6e79 (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  imports = [
    ./zsh.nix
  ];

  zsh.enable = true;
}