summaryrefslogtreecommitdiffstats
path: root/home-manager/modules/bundle.nix
blob: 3f58742a2fe121ff71d82a606133d5a8490478f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  imports = [
    ./cursor.nix
    ./git.nix
    ./htop.nix
    ./alacritty.nix
    ./qt.nix

    ./wms/hyprland.nix
    ./wms/waybar.nix
  ];
}