Age | Commit message (Expand) | Author |
---|---|---|
2021-12-13 | gnu: Simplify package inputs.... | Ludovic Courtès |
2021-01-15 | gnu: ed: Update to 1.17.... | Ludovic Courtès |
2020-03-05 | gnu: ed: Update to 1.16.... | Marius Bakke |
(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"))))))) ected'>koszko
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2021-12-13 | gnu: Simplify package inputs.... | Ludovic Courtès |
2021-01-15 | gnu: ed: Update to 1.17.... | Ludovic Courtès |
2020-03-05 | gnu: ed: Update to 1.16.... | Marius Bakke |