-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I am experiencing an issue where the home-manager
command doesn't respond after I successfully install the home-manager. The terminal appears to get stuck, with no further output or errors.
Environment Details:
- Nix version: 2.16.1
Steps to Reproduce:
- I first add the home-manager channel using the command:
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
- Next, I update the channel using:
nix-channel --update
- I then install home-manager with the following command:
nix-shell '<home-manager>' -A install
After the above steps, I attempt to use the home-manager
command, but it doesn't respond.
Expected Behavior:
After the installation, I expect the home-manager
command to run without any issues, showing the command-line interface for home-manager.
Actual Behavior:
The home-manager
command does not respond at all. It doesn't provide any output or errors, and the terminal seems to hang indefinitely.
Additional Context:
- I have the same problem if I install neofetch, but installing other programs such as exa works.
I would appreciate any guidance on how to troubleshoot and fix this issue. Thank you in advance for your help!