summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/development/default.nix
blob: e033d0c83171cc319a74110d0a6198b47fb2893a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./database
    ./git
    ./infrastructure
    ./languages
    ./nix
    ./tools
  ];
}