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
.A list of available services can be found at search.nixos.org.
Unless you need to define such things (Nix settings, system-wide options, or services), you typically do not need to modify those files.