summaryrefslogtreecommitdiff
path: root/hm/default.nix
blob: d6b4fad879796b5d263979e2510e4dcbb9dfc89e (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./soft/soft.nix
    ./conf/conf.nix
    ./env/env.nix
    ./shell/shell.nix
  ];
}