summaryrefslogtreecommitdiff
path: root/modules/darwin/default.nix
blob: 153c857168d005e95ee1f47b3e61027e5dcd8a3e (plain)
1
2
3
4
5
6
7
8
9
10
_: {
  imports = [
    ./common
    ./emacs.nix
    ./fonts.nix
    ./gnupg.nix
    ./homebrew.nix
    ./profiles
  ];
}