aboutsummaryrefslogtreecommitdiff
path: root/doc/he-config-bare-bones.scm
blob: f948d85277fb1a2478aca3d49da9ce8ad052e991 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(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")))))))

09:03:22 +0200'>2022-09-28etc: teams: Add (....( 2022-09-28etc: teams: Add more scopes to teams....( 2022-09-27teams: Add pukkamustard....pukkamustard 2022-09-27teams: Add Josselin Poiret....Josselin Poiret 2022-09-26etc: teams: Add description and scope for lisp team....Guillaume Le Vaillant 2022-09-25etc: teams: Give games a scope....Liliana Marie Prikler 2022-09-25etc: teams: Add description and scope for emacs....Liliana Marie Prikler 2022-09-25etc: teams: Define Java team scope....Julien Lepiller 2022-09-25etc: teams: Define OCaml team scope....Julien Lepiller 2022-09-25etc: teams: Define python team scope....Lars-Dominik Braun 2022-09-25etc: teams: Define haskell team scope....Lars-Dominik Braun 2022-09-25etc: installer: Define installer team scope....Mathieu Othacehe 2022-09-25etc: teams: Define core team scope....Mathieu Othacehe 2022-09-25etc: teams: Add regular expression support to scopes....Liliana Marie Prikler 2022-09-25etc: teams: Add scope support....Mathieu Othacehe 2022-09-14etc: teams: Add entry for Andrew Tropin....Andrew Tropin 2022-09-09etc: teams: Add entry for Guillaume Le Vaillant....Guillaume Le Vaillant 2022-09-04etc: teams: Add entry for Philip McGrath....Philip McGrath 2022-09-04etc: teams: Add racket team....Philip McGrath 2022-08-11etc: teams: Add Mathieu Othacehe to mentors....Mathieu Othacehe 2022-08-05etc: teams: Add entry for Mathieu Othacehe....Mathieu Othacehe 2022-08-05etc: teams: Add entry for Eric Bavier....Eric Bavier 2022-07-13etc: teams: Add entry for Jonathan Brielmaier....Jonathan Brielmaier 2022-07-13etc: teams: Add mozilla team....Jonathan Brielmaier 2022-07-10etc: teams: Add entry for Thiago Jung Bauermann....Thiago Jung Bauermann 2022-07-08etc: teams: Add entry for Christopher Baines....Christopher Baines 2022-07-08etc: teams: Add entry for Björn Höfling....Björn Höfling 2022-07-07etc: teams: Add entry for jgart....jgart via Guix-patches via 2022-07-07etc: teams: Add entry for Lars-Dominik Braun....Lars-Dominik Braun 2022-07-07etc: teams: Add entry for Florian Pelz....Florian Pelz 2022-07-06etc: teams: Add entry for Julien Lepiller....Julien Lepiller 2022-07-04etc: teams: Add entry for Efraim Flashner....Efraim Flashner 2022-07-03teams: Add leo Famulari....Leo Famulari 2022-07-03etc: teams: Add entry for Liliana Prikler....Liliana Marie Prikler 2022-07-03etc: teams: Sort members lexicographically by last name....Liliana Marie Prikler 2022-07-03etc: Update teams....Andreas Enge 2022-07-03etc: Add teams.scm....Ricardo Wurmus