summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
blob: 132d201cced31947fe3a09506af8ed559be295fb (plain)
1
2
3
4
5
6
{
  btop = import ./btop.nix;
  helix = import ./helix.nix;
  shell = import ./shell.nix;
  starship = import ./starship.nix;
}