Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-11 | queue.scm: Add import for (least-authority-wrapper ...) | EuAndreh | 1 | -0/+1 | |
2023-03-11 | queue.scm: Fix escaping in former heredoc strings | EuAndreh | 1 | -5/+5 | |
2023-03-11 | queue.scm: Disable unimplemented postfix-sasl-service | EuAndreh | 1 | -0/+2 | |
2023-03-11 | queue.scm: Add import for certbot-service-type | EuAndreh | 1 | -0/+1 | |
2023-03-11 | queue.scm: Add import for nginx-service-type | EuAndreh | 1 | -0/+1 | |
2023-03-11 | queue.scm: Add import for mail-aliases-service-type | EuAndreh | 1 | -0/+1 | |
2023-03-11 | queue.scm: Fix parentheses matching | EuAndreh | 1 | -2/+2 | |
2023-03-11 | Makefile: Add rule to generate "EuAndreh.key" | EuAndreh | 1 | -1/+4 | |
2023-03-11 | queue.scm: Remove heredoc strings | EuAndreh | 1 | -27/+24 | |
2023-03-11 | src/xyz/euandreh/queue.scm: Add missing prefix to %namespaces | EuAndreh | 1 | -3/+3 | |
2023-03-11 | src/xyz/euandreh/queue.scm: Export some postfix and dovecot symbols | EuAndreh | 1 | -1/+6 | |
2023-03-11 | src/xyz/euandreh/queue.scm: Dump the other service definitions | EuAndreh | 1 | -47/+749 | |
2023-02-26 | queue.scm: Inline epson-L365 package into $XDG_CONFIG_HOME/guix/system.scm | EuAndreh | 1 | -56/+0 | |
The reasoning is the same as the previous commit, 75e2ec0e7bdc04fa69a77e09fe355b893e7b278b. | |||||
2023-02-26 | queue.scm: Remove tmux-plugin-continuum package | EuAndreh | 1 | -39/+0 | |
Inlined directly into $XDG_CONFIG_HOME/guix/home.scm. Since all of my uses of this package also share this file, there's no need to keep it in a channel, only packages that are shared by other machines, such as servers. | |||||
2023-02-26 | queue.scm: Remove unused remhind package and its dependency python-xdg | EuAndreh | 1 | -55/+0 | |
2023-02-26 | queue.scm: Remove tmux-plugin-resurrect | EuAndreh | 1 | -49/+0 | |
My patch was applied upstream. I've just sent a patch for tmux-plugin-continuum, so that it can be removed from here too. | |||||
2023-02-18 | src/xyz/euandreh/packages.scm: Fix source address | EuAndreh | 1 | -4/+4 | |
2023-01-30 | src/xyz/euandreh/queue.scm: Remove python-docx package | EuAndreh | 1 | -26/+0 | |
The package now exists upstream. | |||||
2023-01-30 | Revert "queue.scm: Remove packages present in Guix fork" | EuAndreh | 1 | -0/+270 | |
This reverts commit 86c37f9c23fbc38756b61125215cb06e8b45bd29. Revive postfix package. |