diff options
author | EuAndreh <eu@euandre.org> | 2025-05-28 08:13:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-28 08:13:45 -0300 |
commit | 81179f0848e67cce3e87c6a3219b6e78e0979885 (patch) | |
tree | e943410d81252292e5c4fa355da3c85760a5564f /etc | |
parent | etc/guix/home.scm: Remove commented "yt-dlp" and "mktorrent" packages (diff) | |
download | dotfiles-81179f0848e67cce3e87c6a3219b6e78e0979885.tar.gz dotfiles-81179f0848e67cce3e87c6a3219b6e78e0979885.tar.xz |
etc/guix/home.scm: Remove mktorrent-latest package
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 24a60a6..7fc86cd 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -490,8 +490,7 @@ anki firefox)) (list - yt-dlp-latest - pkg:mktorrent-latest) + yt-dlp-latest) (list (script "cronjob" (slurp (string-append (getenv "HOME") |