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