summaryrefslogtreecommitdiff
path: root/guix/scripts/home
AgeCommit message (Expand)Author
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