| Commit message (Expand) | Author | Age | Files | Lines |
| * | etc/guix/home.scm: Disable broken "rust" package | EuAndreh | 2022-11-16 | 1 | -3/+3 |
| * | etc/ssh/known_hosts: Change remote key for arrobaponto.org | EuAndreh | 2022-11-16 | 1 | -4/+2 |
| * | Revert "etc/guix/home.scm: Add remhind (home-service ...)"•••This reverts commit 1fcc6d84829d100f29c718af205f8413bf833707.
| EuAndreh | 2022-11-15 | 1 | -3/+1 |
| * | Revert "etc/sh/rc: Remove ~/.bashrc symlink"•••This reverts commit 8112f1be52f61ccee08d70d9928b562a0f2f2e08.
Launching a new "guix shell" or a new st instance doesn't load .profile,
but .bashrc instead.
| EuAndreh | 2022-11-15 | 1 | -0/+2 |
| * | etc/guix/system.scm: Use list literal over using (list ...) | EuAndreh | 2022-11-13 | 1 | -1/+1 |
| * | etc/guix/home.scm: Add "gnote" package | EuAndreh | 2022-11-13 | 1 | -0/+1 |
| * | bin/rfc: Fix usage of assert-arg(1) | EuAndreh | 2022-11-13 | 1 | -1/+1 |
| * | Revert "Move email, IRC and Atom into Thunderbird"•••This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251.
I'm still using msmtpq for git-send-email. So I'll have to work that
out before removing *all* email configuration.
| EuAndreh | 2022-11-12 | 7 | -1/+407 |
| * | bin/bins: Add -F option | EuAndreh | 2022-11-12 | 1 | -2/+10 |
| * | Move email, IRC and Atom into Thunderbird | EuAndreh | 2022-11-12 | 7 | -407/+1 |
| * | etc/guix/home.scm: Add "icedove" package | EuAndreh | 2022-11-11 | 1 | -0/+1 |
| * | etc/guix/home.scm: Add GTK, Tk and Qt development packages | EuAndreh | 2022-11-11 | 1 | -0/+10 |
| * | etc/guix/system.scm: Enable Xfce, MATE, LxQt and Enlightenment DEs | EuAndreh | 2022-11-11 | 1 | -0/+4 |
| * | etc/guix/system.scm: Enable OpenSSH service | EuAndreh | 2022-11-11 | 1 | -0/+4 |
| * | etc/guix/system.scm: Enable and configure velhinho<->kuvira WireGuard | EuAndreh | 2022-11-11 | 2 | -0/+27 |
| * | etc/guix/home.scm: Add "telegram-desktop" package•••It is being downloaded from a substitute server.
| EuAndreh | 2022-11-11 | 1 | -0/+1 |
| * | bin/menu: Notify after copying past clipboard value to clipboard | EuAndreh | 2022-11-11 | 1 | -0/+1 |
| * | opt/aux/gen-e-list.sh: Fix path to dinheiros.ledger | EuAndreh | 2022-11-11 | 1 | -1/+1 |
| * | etc/guix/home.scm: Add Vala and GTK packages•••Required tools to start developing desktop GUI applications.
Also enable the GNOME desktop environment, so that I can test the GTK
application in its native environment.
| EuAndreh | 2022-11-10 | 2 | -0/+5 |
| * | etc/guix/home.scm: Add "hicolor-icon-theme" package | EuAndreh | 2022-11-10 | 1 | -0/+1 |
| * | etc/guix/home.scm: Move $XDG_STATE_HOME to $XDG_PREFIX/var/state | EuAndreh | 2022-11-10 | 1 | -1/+1 |
| * | Revert "bin/backup: Exclude ~/gPodder/ while it is not placed properly"•••This reverts commit 80333ea987c38ec217588fe98f590e5c50cf3715.
Fixed in accc67c3cc12f7d37e7e86a16b33a74783e53fb0.
| EuAndreh | 2022-11-09 | 1 | -1/+0 |
| * | etc/guix/home.scm: Fix gPodder data location | EuAndreh | 2022-11-09 | 1 | -1/+20 |
| * | etc/guix/home.scm: Add xdg-desktop-portal package, companion to flatpak | EuAndreh | 2022-11-08 | 1 | -0/+1 |
| * | bin/li: Tweak help string | EuAndreh | 2022-11-07 | 1 | -1/+1 |
| * | bin/m: Run mbsync in parallel, with one process per account•••Get the accounts from the list generated by `mailcfg list`.
| EuAndreh | 2022-11-06 | 3 | -2/+21 |
| * | etc/guix/home.scm: Include many alternative shells | EuAndreh | 2022-11-06 | 1 | -0/+13 |
| * | etc/sh/rc: Rename reload() to r(); remove alias for "r" | EuAndreh | 2022-11-06 | 1 | -3/+1 |
| * | etc/sh/rc (PS1): Use early returns on the helper functions | EuAndreh | 2022-11-06 | 1 | -28/+37 |
| * | etc/sh/rc (PS1): Inline call to "vcs ps1" | EuAndreh | 2022-11-06 | 1 | -5/+1 |
| * | etc/sh/rc: Remove ~/.bashrc symlink•••Since I'm always in tmux, and tmux loads ~/.profile when launching a new
terminal, this file adds little value.
| EuAndreh | 2022-11-05 | 1 | -2/+0 |
| * | bin/backup: Exclude ~/gPodder/ while it is not placed properly | EuAndreh | 2022-11-05 | 1 | -0/+1 |
| * | Move XDG_* variables from etc/sh/rc to Guix Home | EuAndreh | 2022-11-05 | 2 | -7/+19 |
| * | etc/sh/cronjob.sh: Load ~/.profile over ad-hoc ~/.usr/etc/sh/rc file | EuAndreh | 2022-11-05 | 1 | -1/+4 |
| * | etc/sh/rc: Include $DICPATH in `add_prefix()` | EuAndreh | 2022-11-05 | 1 | -0/+1 |
| * | etc/guix/home.scm: Add "gpodder" package | EuAndreh | 2022-11-05 | 1 | -0/+1 |
| * | etc/guix/home.scm: Adapt to newest msmtp bad default values | EuAndreh | 2022-11-04 | 1 | -2/+3 |
| * | etc/guix/home.scm: Add remhind (home-service ...) | EuAndreh | 2022-11-04 | 1 | -2/+3 |
| * | etc/guix/home.scm: Align columns of (home-service ...) entries | EuAndreh | 2022-11-04 | 1 | -2/+2 |
| * | etc/remhind/config.tmpl: Add remhind config template, and generate it in Make... | EuAndreh | 2022-11-04 | 2 | -0/+8 |
| * | etc/guix/home.scm: Add "remhind" package | EuAndreh | 2022-11-04 | 1 | -0/+1 |
| * | Makefile: Notify Lisp image created to STDOUT instead of silent work | EuAndreh | 2022-11-02 | 1 | -1/+1 |
| * | bin/li: Use -E and remove extra -e "(uiop:quit)" | EuAndreh | 2022-11-02 | 1 | -11/+9 |
| * | etc/guix/system.scm: Add group "docker" to allow non-sudo usage of it | EuAndreh | 2022-11-02 | 1 | -1/+1 |
| * | bin/gc: Use "--optimize" for guix gc | EuAndreh | 2022-11-02 | 1 | -2/+2 |
| * | bin/cl: Add support for -E option | EuAndreh | 2022-11-02 | 1 | -2/+7 |
| * | bin/archiveit: Add new binary, still being validated | EuAndreh | 2022-11-01 | 1 | -0/+98 |
| * | etc/guix/home.scm: Add archivebox package | EuAndreh | 2022-10-31 | 1 | -1/+5 |
| * | bin/wms: Fix indentation in help string | EuAndreh | 2022-10-31 | 1 | -3/+3 |
| * | etc/ssh/config: Generate with envsubst•••So that the `Include` can also point to a variable.
| EuAndreh | 2022-10-31 | 2 | -1/+5 |