summaryrefslogtreecommitdiff
path: root/shared/darwin/common-nix-settings/default.nix
blob: efba07eb9b91a8f3e19b1c94ddb7d43ac6680d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
# This module sets common settings related to Nix such as enabling flakes and
# using overlays everywhere.
#
# Most of the heavy lifting is done in `shared/nixos-and-darwin/common-nix-settings`.
# This module is limited to Darwin-specific settings.
{
  imports = [
    ../../nixos-and-darwin/common-nix-settings
    ./sandbox.nix
  ];
}