aboutsummaryrefslogtreecommitdiff
(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")))))))

ption>mode:
authorzimoun <zimon.toutoune@gmail.com>2021-05-21 22:25:54 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-05-31 15:37:58 +0200
commit22cda2e4320a59a4c26fbbbadf4064526d2b2c82 (patch)
tree0424a6cb3e9c70cf4ff099e40670895e3f198309 /AUTHORS
parent32ae36e96f9b076901af94c723e3d156595d5bc5 (diff)
downloadguix-22cda2e4320a59a4c26fbbbadf4064526d2b2c82.tar.gz
guix-22cda2e4320a59a4c26fbbbadf4064526d2b2c82.zip
gnu: r-affy: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-affy): Move from here... * gnu/packages/bioconductor.scm (r-affy): ...to here.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions