summaryrefslogtreecommitdiff
path: root/systems/odino/home-manager/leo/programs.nix
blob: eac28b0dbe575cf4406c0d495c2e319fe13326e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ../../../../components/programs/zsh.nix
    ../../../../components/programs/tmux.nix
    ../../../../components/programs/fastfetch.nix
  ];

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