summaryrefslogtreecommitdiff
path: root/modules/hm/default.nix
blob: d38871746caf97f2f7365469e9364c7066c896de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:
{
  imports = [
    ./editors/default.nix
    ./programs/default.nix
    ./terminal/default.nix
    ./wayland/default.nix

    ./git.nix
    ./xdg.nix
  ];
}