1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-22 06:28:32 +02:00
home-manager/home-manager
Rosario Pulella 1e7ba7102e
home-manager: remove Home Manager default paths
This removes the hard-coded fallback Home Manager paths. Specifically

    ${XDG_CONFIG_HOME:-$HOME/.config}/nixpkgs/home-manager

and

    "$HOME/.nixpkgs/home-manager"

Use `@HOME_MANAGER_PATH@` if it has been provided and points to
something that exists. Warn the user if it does not point to
something.

If we have not been provided with a `@HOME_MANAGER_PATH@` that exists,
then for both hard-coded paths show a warning if something exists
where the paths are pointing.

This no longer attempts to use either of the hard-coded paths as
fallback for the Home Manager path.
2023-07-16 10:09:22 +02:00
..
po home-manager: remove Home Manager default paths 2023-07-16 10:09:22 +02:00
completion.bash home-manager: add init command to main tool 2023-03-15 22:47:04 +01:00
completion.fish home-manager: pass --refresh to nix (#3624) 2023-02-05 11:14:03 +01:00
completion.zsh home-manager: add init command to main tool 2023-03-15 22:47:04 +01:00
default.nix home-manager: remove Home Manager default paths 2023-07-16 10:09:22 +02:00
home-manager home-manager: remove Home Manager default paths 2023-07-16 10:09:22 +02:00
home-manager.nix format: update and remove exceptions (#3029) 2022-06-16 14:13:06 +02:00
install.nix home-manager: add init command to main tool 2023-03-15 22:47:04 +01:00