1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00
home-manager/home-manager
Robert Helgesson f4a1a5e94c
home-manager: resolve default configuration file path
Home Manager needs an absolute and resolved path to its configuration
file. The default configuration path is absolute but not necessarily
resolved. For example, some users may have `~/.config` be a symbolic
link to somewhere else. We therefore run the default configuration
path through the `realpath` tool to resolve it.

Fixes #304
2018-07-12 00:30:54 +02:00
..
default.nix use buildCommand for single phase builds 2017-11-06 14:24:04 +01:00
home-manager home-manager: resolve default configuration file path 2018-07-12 00:30:54 +02:00
home-manager.nix home-manager: avoid import to improve error messages 2017-11-02 11:19:12 +01:00
install.nix home-manager: use shellHook to install 2017-11-29 23:48:58 +01:00