aboutsummaryrefslogtreecommitdiff
path: root/etc/indent-code.el
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-08-08 23:32:00 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-08-09 17:19:18 +0300
commit1a53f5b998db72ebae6ee6dd16b837dee4586d55 (patch)
tree1d78ae0efde91a9b72f929e4d2dd8f0016deeb35 /etc/indent-code.el
parent1d47f7526628c0fbfa6079ebcb3cd8c82c5304ea (diff)
downloadguix-1a53f5b998db72ebae6ee6dd16b837dee4586d55.tar.gz
guix-1a53f5b998db72ebae6ee6dd16b837dee4586d55.zip
gnu: Add go-github-com-alecthomas-colour.
* gnu/packages/golang.scm (go-github-com-alecthomas-colour): New variable.
Diffstat (limited to 'etc/indent-code.el')
0 files changed, 0 insertions, 0 deletions
td> * gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a dependency). 2019-04-23services: account: Make 'user-homes' a one-shot service.Ludovic Courtès * gnu/system/shadow.scm (account-shepherd-service): Add 'one-shot?' field. Return #t from 'start'. 2019-03-07activation: Build account databases with (gnu build accounts).Ludovic Courtès * gnu/build/activation.scm (enumerate, current-users, current-groups) (add-group, add-user, modify-user, ensure-user): Remove. (activate-users+groups)[touch, activate-user]: Remove. [make-home-directory]: New procedure. Rewrite in terms of 'user+group-databases', 'write-group', etc. * gnu/build/install.scm (directives): Remove "/root". * gnu/system/shadow.scm (account-activation): Remove (setenv "PATH" ...) expression, which is now unneeded. 2019-03-07activation: Operate on <user-account> and <user-group> records.Ludovic Courtès * gnu/system/accounts.scm (sexp->user-group, sexp->user-account): New procedures. * gnu/system/shadow.scm (account-activation): Call them in the arguments to 'activate-users+groups'. (account-shepherd-service): Likewise. * gnu/build/activation.scm (activate-users+groups): Expect a list of <user-account> and a list of <user-group>. Replace uses of 'match' on tuples with calls to record accessors. (activate-user-home): Likewise. 2019-03-07system: Add (gnu system accounts).Ludovic Courtès The (gnu system accounts) module is meant to be used both on the build- and on the host-side. * gnu/system/shadow.scm <top level>: Call 'default-shell'. (<user-account>, <user-group>): Move to... * gnu/system/accounts.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm. 2018-10-19system: Rename .zlogin to .zprofile.Chris Marusich Reported by Meiyo Peng <meiyo.peng@gmail.com>. * gnu/system/shadow.scm (default-skeletons): Rename zlogin to zprofile. 2018-07-23system: '.guile' skeleton now recommends 'guile-colorized'.Ludovic Courtès * gnu/system/shadow.scm (default-skeletons)[".guile"]: Recommend 'guile-colorized'. 2018-07-05Don't force colour in aliases.Tobias Geerinckx-Rice * gnu/system/shadow.scm (default-skeletons): Substitute ‘--color=auto’ for ‘--color’ (which implies ‘=always’) in aliases. * doc/guix.texi (G-Expressions): Also adjust examples as that makes more sense. 2018-06-11system: Default .bashrc now sources /etc/bashrc.Ludovic Courtès This is a followup to commit 1382bde93c3ccb5be6b846b932edd7707fac1a3e, which disabled automatic sourcing of /etc/bashrc by interactive shell. The noticeable effect of the change would be that Bash completion would only work in login shells. * gnu/system/shadow.scm (default-skeletons)["bashrc"]: Source /etc/bashrc. 2018-04-04system: Add default '.nanorc' with syntax highlighting.Ludovic Courtès * gnu/system/shadow.scm (default-skeletons): Add ".nanorc". 2018-01-11Merge branch 'master' into core-updatesLeo Famulari 2018-01-09system: Extend .gdbinit to authorize extensions from /gnu/store/*/lib.Ludovic Courtès * gnu/system/shadow.scm (default-skeletons)["gdbinit"]: Add 'auto-load safe-path' statement.