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