Command and subbcommands allowing to manage home environment with guix. Andrew Tropin (2): scripts: Add 'guix home'. scripts: home: Add import subcommand. Makefile.am | 3 + guix/scripts/home.scm | 512 +++++++++++++++++++++++++++++++++++ guix/scripts/home/import.scm | 241 +++++++++++++++++ 3 files changed, 756 insertions(+) create mode 100644 guix/scripts/home.scm create mode 100644 guix/scripts/home/import.scm -- 2.33.0