all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 844d666110fe80d92ef47b4fcfe7d6b2722b15ce 907 bytes (raw)
name: doc/he-config-bare-bones.scm 	 # note: path name is non-authoritative(*)

 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
26
 
(use-modules (gnu home)
             (gnu home services)
             (gnu home services shells)
             (gnu services)
             (gnu packages admin)
             (guix gexp))


(home-environment
  (packages (list htop))
  (services
   (append (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")))))
           %base-home-services)))


debug log:

solving 844d666110 ...
found 844d666110 in https://yhetil.org/guix/2dc7577f5d1ea86b390b7dc48b82cf887f29020e.1734129908.git.ludo@gnu.org/
found f948d85277 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 f948d85277fb1a2478aca3d49da9ce8ad052e991	doc/he-config-bare-bones.scm

applying [1/1] https://yhetil.org/guix/2dc7577f5d1ea86b390b7dc48b82cf887f29020e.1734129908.git.ludo@gnu.org/
diff --git a/doc/he-config-bare-bones.scm b/doc/he-config-bare-bones.scm
index f948d85277..844d666110 100644

Checking patch doc/he-config-bare-bones.scm...
Applied patch doc/he-config-bare-bones.scm cleanly.

index at:
100644 844d666110fe80d92ef47b4fcfe7d6b2722b15ce	doc/he-config-bare-bones.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.