3 | | soon |
| 3 | Summary from Guix manual: |
| 4 | |
| 5 | Guix supports declarative configuration of home environments by utilizing the configuration mechanism, but for user’s dotfiles and packages. |
| 6 | It works both on Guix System and foreign distros and allows users to declare all the packages and services that should be installed and configured for the user. |
| 7 | Once a user has written a file containing home-environment record, such a configuration can be instantiated by an unprivileged user with the guix home command. |
| 8 | |
| 9 | ---- |
| 10 | |
| 11 | That way you can take your home environment to every computer (running Guix) and keep it synchronized and under version control. You feel home |