# Guix home import not working

**URL:** https://forum.systemcrafters.net/t/guix-home-import-not-working/1352
**Category:** Guix
**Created:** [January 25, 2025, 4:05pm UTC](https://forum.systemcrafters.net/t/guix-home-import-not-working/1352 "2025-01-25T16:05:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Debunk10](https://avatars.discourse-cdn.com/v4/letter/d/b5e925/32.png) [@Debunk10](https://forum.systemcrafters.net/u/Debunk10)
#### Post date: [January 25, 2025, 4:05pm UTC](https://forum.systemcrafters.net/t/guix-home-import-not-working/1352/1 "2025-01-25T16:05:31Z")

</div>

When I run `guix home import <directory>` as specified in [Declaring the Home Environment](https://guix.gnu.org/manual/devel/en/html_node/Declaring-the-Home-Environment.html), the directory is not generated.

I do have dotfiles (eg ~/.bashrc) in my home directory, so the command should be pulling these over. Are there any known issues with `guix home import` that might cause this?

---

<div class="post-metadata">

### Author: ![sls](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.systemcrafters.net/sls/32/837_2.png) [@sls](https://forum.systemcrafters.net/u/sls)
#### Post date: [January 26, 2025, 10:29am UTC](https://forum.systemcrafters.net/t/guix-home-import-not-working/1352/2 "2025-01-26T10:29:30Z")

</div>

Does it return anything at all?

Usually after running `guix home import <directory>` you should get something like  
`guix home: '<directory>/guix-config' populated with all the Home configuration files. hint: Run guix home reconfigure <directory>/guix-config/home-configuration.scm to effectively deploy the home environment described by these files.` or an error message otherwise.

What distro are you using?

---

<div class="post-metadata">

### Author: ![Debunk10](https://avatars.discourse-cdn.com/v4/letter/d/b5e925/32.png) [@Debunk10](https://forum.systemcrafters.net/u/Debunk10)
#### Post date: [February 22, 2025, 8:53pm UTC](https://forum.systemcrafters.net/t/guix-home-import-not-working/1352/4 "2025-02-22T20:53:10Z")

</div>

I am sorry, I did forget about this post. It turns out the command worked, and I was confused. I try to find out why
