(use-modules (gnu home) (gnu home services) (gnu home services shells) (gnu services) (gnu packages admin) (guix gexp)) (home-environment (packages (list htop)) (services (list (service home-bash-service-type (home-bash-configuration (guix-defaults? #t) (bash-profile '("\ export HISTFILE=$XDG_CACHE_HOME/.bash_history")))) (simple-service 'test-config home-files-service-type (list `("config/test.conf" ,(plain-file "tmp-file.txt" "the content of ~/.config/test.conf"))))))) /> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
AgeCommit message (Collapse)Author
2019-06-10artwork: Update snapshot to 2f2fe74.Diego Nicola Barbato
* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-05artwork: Update snapshot to b975164.Ludovic Courtès
* gnu/artwork.scm (%artwork-repository): Update to b975164.
2019-02-10artwork: Update snapshot to e951905.Ludovic Courtès
* gnu/artwork.scm (%artwork-repository): Update to e951905.
2018-11-05artwork: Clone over HTTPS.Ludovic Courtès
Suggested by Leo Famulari <leo@famulari.name> at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>. * gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.