summaryrefslogtreecommitdiff
path: root/shared/nixos/common-nix-settings/default.nix
blob: a5e4fdae3975808c286d2f711f905c3a66ef7f36 (plain)
1
2
3
4
5
6
7
8
9
10
# This module sets common settings related to Nix. Most of the logic is shared
# between NixOS and Darwin, and is found in `shared/nixos-and-darwin/common-nix-options/`.
{
  imports = [
    ../../nixos-and-darwin/common-nix-settings
  ];

  # There is not nix-darwin equivalent to this NixOS option.
  nix.enable = true;
}