nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.68k stars 1.75k forks source link

"$HOME_MANAGER_CONFIG" for flakes #4326

Open musjj opened 1 year ago

musjj commented 1 year ago

Description

I want to set a default directory for my home manager configuration by using $HOME_MANAGER_CONFIG, but it doesn't work because my config is a flake:

$ HOME_MANAGER_CONFIG=/etc/nixos home-manager switch         
error: opening file '/etc/nixos/default.nix': No such file or directory
(use '--show-trace' to show detailed location information)

I have a /etc/nixos/flake.nix that provides homeConfigurations. Is there a way to make home-manager work with this?

musjj commented 1 year ago

It seems that the solution is to use:

FLAKE_CONFIG_URI=/etc/nixos#homeConfigurations.$USER@$HOST home-manager switch

But still, something more user-friendly with auto-detection that mirrors the CLI's API e.g. home-manager switch --flake /etc/nixos would be much better.

stale[bot] commented 10 months ago

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

* If this is resolved, please consider closing it so that the maintainers know not to focus on this. * If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.

If you are not the original author of the issue

* If you are also experiencing this issue, please add details of your situation to help with the debugging process. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.

Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.