HostsΒΆ

LayoutΒΆ

.
β”œβ”€β”€ darwin
β”‚Β Β  └── default.nix
└── linux
  Β  └── default.nix

DetailsΒΆ

This is where modules/darwin/home-manager.nix and modules/linux/home-manager.nix are imported. Additionally:

  • Some settings for the user-specific nix.conf, which is stored in .config/nix/nix.conf.

  • Some system-wide settings or packages are defined here, as shown default.nix.

  • Some services are enabled and initialized with specific settings, as shown default.nix.

Unless you need to define such things (Nix settings, system-wide options, or services), you typically do not need to modify those files.