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

n class='msg-avail'>...There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed. Wojtek Kosior 2022-01-29make Haketilo buildable again (for Mozilla)...How cool it is to throw away 5755 lines of code... Wojtek Kosior 2021-12-31utilize Pattern Tree to decide the policy to use and modify HTTP response hea......This commit also enhances the build script so that preprocessor conditionals can now use operators '&&' and '||'. The features being developed are not yet included in the actual Haketilo build. Some of the new source files contain similar functionality to other ones already existing in the source tree. At some point the latter will be removed. Wojtek Kosior 2021-12-08facilitate initialization of IndexedDB for use by HaketiloWojtek Kosior 2021-11-27add Selenium- and Python-based test systemWojtek Kosior 2021-10-14merge build systemWojtek Kosior 2021-10-14Add (basic) install support...The extension can be installed if DESTDIR is supplied jahoti 2021-10-14Adjust makefile targets...Rename some files used in building and remove redundant aliases jahoti 2021-10-13Add GNU's make targets, implementing dist...Distribution tarballs can now be made with "make dist". jahoti 2021-10-13Tidy up Makefile...Add file prerequisites and some other minor changes jahoti 2021-10-13Add VPATH and Haketilo version to the makefile as part of configure.jahoti 2021-10-10Add a configuration systemjahoti