summaryrefslogtreecommitdiff
path: root/guix/scripts/home.scm
AgeCommit message (Expand)Author
2023-10-17scripts: home: Handle EPIPE errors when displaying help.Simon Tournier
2023-08-16guix home: Create /tmp in container if needed.Ludovic Courtès
2023-06-16guix home: Add missing SRFI-34 import for 'raise'.Ludovic Courtès
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
2023-02-27ui: 'display-hint' quotes extra arguments for Texinfo.Ludovic Courtès
2023-02-24scripts: home: Move ensure-profile-directory to a better place.Andrew Tropin
2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2023-01-05home: '--version' really says "guix home".Ludovic Courtès
2022-11-20scripts: Use translations for guix.pot for service descriptions.pelzflorian (Florian Pelz)
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès
2022-10-17guix: Fix typos.Julien Lepiller
2022-07-22Merge branch 'staging' into core-updatesMarius Bakke
2022-07-19home: Add -I, --list-installed option.Antero Mejr
2022-06-25utils: Move switch-symlinks to (guix build utils).Arun Isaac
2022-06-04guix home: Add 'edit' sub-command.Ludovic Courtès
2022-04-19ui: Highlight package and service search results.Ludovic Courtès
2022-04-08ui: Move hyperlink facilities to (guix colors).Ludovic Courtès
2022-03-19guix home: Show "container" in '--help' output.Ludovic Courtès
2022-03-19guix home: Add 'container' command.Ludovic Courtès
2022-03-18guix home: Implement the 'extension-graph' and 'shepherd-graph' actions.Ludovic Courtès
2022-01-28home: 'reconfigure' checks for potential downgrades.Ludovic Courtès
2022-01-17guix home: Default verbosity is the same as for 'guix system'.Ludovic Courtès
2022-01-06guix home, system: Use 'leave' to report missing generations.Ludovic Courtès
2021-11-17scripts: home: Make ‘guix home import’ write home-configuration.scm.Xinglu Chen
2021-10-31guix home: import: Make the user to specify a destination directory.Xinglu Chen
2021-10-09scripts: home: Make sure profile directory exists.Oleg Pykhalov
2021-10-09Move (gnu home-services) to (gnu home services).Oleg Pykhalov
2021-10-04scripts: home: Support dry-run.Efraim Flashner
2021-10-02scripts: home: Wire and document --expression flag.Pierre Langlois
2021-09-09scripts: home: Add import subcommand.Andrew Tropin
2021-09-09scripts: Add 'guix home'.Andrew Tropin