summaryrefslogtreecommitdiff
path: root/guix/scripts/home
Commit message (Expand)AuthorAge
* packages: Add 'specifications->packages'.Antero Mejr2022-06-06
* guix home: Add 'edit' sub-command.Ludovic Courtès2022-06-04
* home: import: Clarify alias parsing code.Ludovic Courtès2022-03-20
* home: import: Properly parse aliases that contain quotes.Ludovic Courtès2022-03-20
* home: import: Fix handling of manifest entries with specific output.Arjan Adriaanse2022-01-05
* home: services: bash: Add ‘aliases’ field.Xinglu Chen2021-11-07
* home: import: Avoid duplication of 'manifest->code'.Ludovic Courtès2021-10-31
* home: import: Factorize triplicated 'version-spec' procedure.Ludovic Courtès2021-10-31
* home: import: Clarify "destination directory".Ludovic Courtès2021-10-31
* home: import: Compare procedures with 'eq?'.Ludovic Courtès2021-10-31
* guix home: import: Call ‘local-file’ with ‘name’Xinglu Chen2021-10-31
* Add tests for ‘guix home import’.Xinglu Chen2021-10-31
* guix home: import: Delete duplicate modules when importing.Xinglu Chen2021-10-31
* guix home: import: Don’t use 'slurp-file-gexp'.Xinglu Chen2021-10-31
* guix home: import: Fix module name for Bash service.Xinglu Chen2021-10-31
* guix home: import: Allow multiple modules to be imported for each service.Xinglu Chen2021-10-31
* guix home: import: Make the user to specify a destination directory.Xinglu Chen2021-10-31
* home: services: configuration: Support file-like objects.Oleg Pykhalov2021-10-09
* gnu: Move (gnu home-services) to (gnu home services).Oleg Pykhalov2021-10-08
* home-services: Add missing imports and function definition.Andrew Tropin2021-09-28
* scripts: home: Add import subcommand.Andrew Tropin2021-09-09