diff options
author | EuAndreh <eu@euandre.org> | 2023-02-27 11:10:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-27 11:10:24 -0300 |
commit | 05637367fa73351c524dc2a81d4ad99431750da1 (patch) | |
tree | 73d7ddbb5a4baf4ab943f660e807e511fa38bd5d | |
parent | bin/gc: Use heredoc over multiple printf(1) statements (diff) | |
download | dotfiles-05637367fa73351c524dc2a81d4ad99431750da1.tar.gz dotfiles-05637367fa73351c524dc2a81d4ad99431750da1.tar.xz |
etc/guix/home.scm: Add link to upstream tmux-plugin-continuum patch
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index a384051..09ba951 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -39,6 +39,8 @@ (heredoc:enable-syntax) +;; Sent upstream as: +;; https://issues.guix.gnu.org/61823 (define-public tmux-plugin-continuum (package (name "tmux-plugin-continuum") |