From e093991d54e792b6fbcebaa2d5a0313f0243b74d Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 12 Dec 2024 19:54:27 +0300 Subject: [PATCH] console: add aria2 --- .config/guix/manifests/console.scm | 1 + Console.org | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index db5399b..d368d60 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "aria2" "openssl" "ncdu" "megacmd" diff --git a/Console.org b/Console.org index de001f2..b4b6e87 100644 --- a/Console.org +++ b/Console.org @@ -960,6 +960,7 @@ keymap_mode = "vim-insert" | megacmd | mega.nz client | | ncdu | disk usage analyzer | | openssl | | +| aria2 | Download tool | ** ripgrep config Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.