aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh2022-11-244-8/+11
| | | | | | | This reverts commit 3dcbe37baab74e089dee6f93d74a8824f5591478. The Postfix local server is still a bit janky and being worked on, now can be used to replace the previous email toolchain.
* etc/guix/home.scm: Use patched "mailutils-sendmail" packageEuAndreh2022-11-241-2/+3
|
* etc/guix/channels.scm: Change personal repository to "org-arrobaponto"EuAndreh2022-11-241-2/+2
|
* etc/guix/home.scm: Spli cronjobs for backup and upgradeEuAndreh2022-11-241-2/+2
| | | | Ideally both last less, and don't compete with IO so much.
* etc/ssh/known_hosts: Add alias to toph.wgEuAndreh2022-11-231-0/+1
|
* etc/guix/system.scm: Split "toph" from "toph.tld" variablesEuAndreh2022-11-221-4/+8
|
* etc/ssh/known_hosts: Add wireguard public key aliasEuAndreh2022-11-221-0/+1
|
* etc/guix/system.scm: Add /etc/aliases entry for root -> andrehEuAndreh2022-11-221-0/+2
|
* etc/guix/system.scm: Point WireGuard to toph over kuviraEuAndreh2022-11-221-5/+6
|
* etc/guix/system.scm: Add "whoami" variableEuAndreh2022-11-221-5/+8
|
* etc/i3/config: Add calculator to Mod-cEuAndreh2022-11-212-0/+2
|
* etc/guix/home.scm: Unregister email cronjobsEuAndreh2022-11-211-2/+0
|
* etc/guix/system.scm: Remove guile-heredoc-latestEuAndreh2022-11-191-2/+1
| | | | Use the same package available in the Guix Home instead, via sudo -E.
* etc/guix/system.scm: Remove "guile" package from system profileEuAndreh2022-11-191-1/+0
|
* etc/lisp-cli/init.lisp: Enable verbose QuickLisp mode by defaultEuAndreh2022-11-171-0/+2
|
* etc/lisp-cli/init.lisp: Load enable verbose quicklisp modeEuAndreh2022-11-171-1/+1
|
* Use opt/bin-dirs/ as a registry of extra manual bin directoriesEuAndreh2022-11-171-0/+4
|
* etc/sh/root-rc: Fix ShellCheck warningsEuAndreh2022-11-161-2/+6
|
* etc/guix/system.scm: Add network instability tolerance to OpenSSH daemonEuAndreh2022-11-161-1/+6
|
* etc/guix/system.scm: Add velhinho.wg entry to /etc/hostsEuAndreh2022-11-161-0/+1
|
* etc/guix/system.scm: Add id_rsa.pub as authorized keyEuAndreh2022-11-161-1/+6
|
* etc/ssh/known_hosts: Add velhinho's localhost keysEuAndreh2022-11-161-0/+4
|
* etc/guix/home.scm: Add "rpm" and "cpio" packagesEuAndreh2022-11-161-0/+2
| | | | | Those were useful when iterating on the epson-L365 package, that was built from source from an RPM file.
* etc/guix/home.scm: Disable broken "rust" packageEuAndreh2022-11-161-3/+3
|
* etc/ssh/known_hosts: Change remote key for arrobaponto.orgEuAndreh2022-11-161-4/+2
|
* Revert "etc/guix/home.scm: Add remhind (home-service ...)"EuAndreh2022-11-151-3/+1
| | | | This reverts commit 1fcc6d84829d100f29c718af205f8413bf833707.
* Revert "etc/sh/rc: Remove ~/.bashrc symlink"EuAndreh2022-11-151-0/+2
| | | | | | | This reverts commit 8112f1be52f61ccee08d70d9928b562a0f2f2e08. Launching a new "guix shell" or a new st instance doesn't load .profile, but .bashrc instead.
* etc/guix/system.scm: Use list literal over using (list ...)EuAndreh2022-11-131-1/+1
|
* etc/guix/home.scm: Add "gnote" packageEuAndreh2022-11-131-0/+1
|
* Revert "Move email, IRC and Atom into Thunderbird"EuAndreh2022-11-123-0/+6
| | | | | | | 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.
* Move email, IRC and Atom into ThunderbirdEuAndreh2022-11-123-6/+0
|
* etc/guix/home.scm: Add "icedove" packageEuAndreh2022-11-111-0/+1
|
* etc/guix/home.scm: Add GTK, Tk and Qt development packagesEuAndreh2022-11-111-0/+10
|
* etc/guix/system.scm: Enable Xfce, MATE, LxQt and Enlightenment DEsEuAndreh2022-11-111-0/+4
|
* etc/guix/system.scm: Enable OpenSSH serviceEuAndreh2022-11-111-0/+4
|
* etc/guix/system.scm: Enable and configure velhinho<->kuvira WireGuardEuAndreh2022-11-112-0/+27
|
* etc/guix/home.scm: Add "telegram-desktop" packageEuAndreh2022-11-111-0/+1
| | | | It is being downloaded from a substitute server.
* etc/guix/home.scm: Add Vala and GTK packagesEuAndreh2022-11-102-0/+5
| | | | | | | 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.
* etc/guix/home.scm: Add "hicolor-icon-theme" packageEuAndreh2022-11-101-0/+1
|
* etc/guix/home.scm: Move $XDG_STATE_HOME to $XDG_PREFIX/var/stateEuAndreh2022-11-101-1/+1
|
* etc/guix/home.scm: Fix gPodder data locationEuAndreh2022-11-091-1/+20
|
* etc/guix/home.scm: Add xdg-desktop-portal package, companion to flatpakEuAndreh2022-11-081-0/+1
|
* 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
|