(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 (list (plain-file "bash-profile" "\ export HISTFILE=$XDG_CACHE_HOME/.bash_history"))))) (simple-service 'test-config home-xdg-configuration-files-service-type (list `("test.conf" ,(plain-file "tmp-file.txt" "the content of ~/.config/test.conf"))))))) oszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/lzlib.scm
AgeCommit message (Expand)Author
2020-01-16lzlib: Define 'dictionary-size+match-length-limit'....Ludovic Courtès
2019-12-01tests: lzlib: Do not fail if lzlib in not available....Mathieu Othacehe
2019-05-27lzlib: Add 'make-lzip-input-port/compressed'....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt