aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etc/guix/home.scm: Include many alternative shellsEuAndreh2022-11-061-0/+13
|
* etc/sh/rc: Rename reload() to r(); remove alias for "r"EuAndreh2022-11-061-3/+1
|
* etc/sh/rc (PS1): Use early returns on the helper functionsEuAndreh2022-11-061-28/+37
|
* etc/sh/rc (PS1): Inline call to "vcs ps1"EuAndreh2022-11-061-5/+1
|
* etc/sh/rc: Remove ~/.bashrc symlinkEuAndreh2022-11-051-2/+0
| | | | | Since I'm always in tmux, and tmux loads ~/.profile when launching a new terminal, this file adds little value.
* Move XDG_* variables from etc/sh/rc to Guix HomeEuAndreh2022-11-052-7/+19
|
* etc/sh/cronjob.sh: Load ~/.profile over ad-hoc ~/.usr/etc/sh/rc fileEuAndreh2022-11-051-1/+4
|
* etc/sh/rc: Include $DICPATH in `add_prefix()`EuAndreh2022-11-051-0/+1
|
* etc/guix/home.scm: Add "gpodder" packageEuAndreh2022-11-051-0/+1
|
* etc/guix/home.scm: Adapt to newest msmtp bad default valuesEuAndreh2022-11-041-2/+3
|
* etc/guix/home.scm: Add remhind (home-service ...)EuAndreh2022-11-041-2/+3
|
* etc/guix/home.scm: Align columns of (home-service ...) entriesEuAndreh2022-11-041-2/+2
|
* etc/remhind/config.tmpl: Add remhind config template, and generate it in ↵EuAndreh2022-11-041-0/+4
| | | | Makefile
* etc/guix/home.scm: Add "remhind" packageEuAndreh2022-11-041-0/+1
|
* etc/guix/system.scm: Add group "docker" to allow non-sudo usage of itEuAndreh2022-11-021-1/+1
|
* etc/guix/home.scm: Add archivebox packageEuAndreh2022-10-311-1/+5
|
* etc/ssh/config: Generate with envsubstEuAndreh2022-10-311-1/+1
| | | | So that the `Include` can also point to a variable.
* etc/git/config: Update msmtpq accountEuAndreh2022-10-311-1/+1
|
* etc/guix/home.scm: Create (home-service ...) to remove duplicationEuAndreh2022-10-301-77/+20
|
* Move dunst to Guix Home from i3 exec on initEuAndreh2022-10-302-3/+30
|
* etc/guix/home.scm: Include poweralertd in profileEuAndreh2022-10-301-1/+3
| | | | To make the manpage available, mostly.
* Replace greenclip with clipmenuEuAndreh2022-10-302-3/+30
|
* etc/guix/home.scm: Remove "poweralertd" package from profileEuAndreh2022-10-301-1/+0
|
* etc/tmux/tmux.conf: Use plugins from Guix home profileEuAndreh2022-10-301-2/+2
|
* etc/guix/home.scm: Add tmux-plugin-{resurrect,continuum} packagesEuAndreh2022-10-301-0/+2
|
* etc/i3/config: Do not start poweralertdEuAndreh2022-10-291-1/+0
| | | | Done in Guix home in 33b2675849c167910c38ce44865f1677337d3cf4.
* Generate etc/gnupg/gpg-agent.conf from Makefile instead of Guix HomeEuAndreh2022-10-292-27/+6
|
* Generate etc/git/config-extra from Makefile instead of Guix HomeEuAndreh2022-10-291-7/+1
|
* etc/guix/home.scm: Setup poweralertd-service-typeEuAndreh2022-10-291-2/+2
|
* etc/guix/system.scm: Add tlp and thermald servicesEuAndreh2022-10-291-0/+3
|
* etc/guix/system.scm: Add docker serviceEuAndreh2022-10-291-0/+2
|
* Revert "etc/guix/home.scm: Add "vdirsyncer" package"EuAndreh2022-10-281-1/+0
| | | | | | | | This reverts commit 44aaa035beccaebdfe8c16005c63abece2ce7fb1. I won't be using vdirsyncer. Google is hostile enough to exposing data via CardDAV and CalDAV that I couldn't make it work, and I don't think I will.
* etc/sh/rc: Add alias for khalEuAndreh2022-10-281-0/+1
|
* Inline now working configs for khard and khalEuAndreh2022-10-282-2/+29
|
* etc/guix/home.scm: Add "vdirsyncer" packageEuAndreh2022-10-281-0/+1
|
* etc/mailcfg: Remove the committed symlinkEuAndreh2022-10-271-1/+0
| | | | | The folder existing the real life is enough, no need to commit the symlink for any reason.
* etc/sh/vcs-ps1.sh: Inline $PS1 in etc/sh/rcEuAndreh2022-10-272-103/+86
|
* etc/sh/vcs-ps1.sh: Simplify, using vcs(1)EuAndreh2022-10-271-99/+1
|
* etc/sh/rc: Refactor "s", "d" and "ds" aliases using the new vcs(1)EuAndreh2022-10-271-3/+3
|
* etc/guix/system.scm: Remove unused importsEuAndreh2022-10-271-4/+0
|
* etc/guix/system.scm: Include driver for EPSON L365 in CUPS serviceEuAndreh2022-10-271-2/+5
|
* etc/guix/system.scm: Disable nix-service-typeEuAndreh2022-10-271-2/+0
| | | | | This was replaced by vm(1), and the soon to exist NixOS VM, instead of trying to do thins in Nix-on-top-of-Guix.
* etc/guix/system.scm: Disable unattended-upgrade-service-typeEuAndreh2022-10-271-1/+0
| | | | This was replaced by the cronjob in Guix Home.
* etc/sh/rc: Use "bc -l" by default with an aliasEuAndreh2022-10-271-0/+1
|
* etc/sh/root-rc: Add /root/.profile contentsEuAndreh2022-10-271-0/+83
|
* Remove configuration files from email programsEuAndreh2022-10-276-5/+1
| | | | Generate them instead with the new mailcfg(1).
* etc/guix/home.scm: Add "dig", "stunnel" and "nc" network utilitiesEuAndreh2022-10-251-0/+3
|
* etc/myrepos/config: Remove myrepos, superseded by repos(1) and vcs(1)EuAndreh2022-10-252-5/+0
|
* etc/guix/home.scm: Name "broken" the incompatible packagesEuAndreh2022-10-251-2/+2
|
* Move some FIXME markers to ~/.usr/FIXME fileEuAndreh2022-10-241-4/+1
|