1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

nixos: improve description of enableLegacyProfileManagement

Also applies to nix-darwin module.
This commit is contained in:
Robert Helgesson 2025-08-02 21:50:38 +02:00
parent 187e0af20a
commit d492e3c381

View file

@ -116,12 +116,11 @@ in
type = types.bool;
default = false;
description = ''
Whether to enable legacy profile (and garbage collection root)
management during activation. When enabled, the Home Manager activation
will produce a per-user `home-manager` Nix profile as well as a garbage
collection root, just like in the standalone installation of Home
Manager. Typically, this is not desired when Home Manager is embedded in
the system configuration.
Whether to enable legacy profile management during activation. When
enabled, the Home Manager activation will produce a per-user
`home-manager` Nix profile, just like in the standalone installation of
Home Manager. Typically, this is not desired when Home Manager is
embedded in the system configuration.
'';
};