diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index 94a566c..2ba3713 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "sshfs" "tokei" "jmtpfs" "unzip" diff --git a/.config/guix/manifests/dev.scm b/.config/guix/manifests/dev.scm index 8ab8ee5..bfee734 100644 --- a/.config/guix/manifests/dev.scm +++ b/.config/guix/manifests/dev.scm @@ -1,5 +1,7 @@ (specifications->manifest '( + "gource" + "mysql" "git-lfs" "sbcl" "make" diff --git a/Console.org b/Console.org index 9ed2190..8f54a62 100644 --- a/Console.org +++ b/Console.org @@ -845,6 +845,7 @@ key_bindings: | unzip | | | jmtpfs | A tool to mount MTP devices (e.g. Android) | | tokei | Count lines of code | +| sshfs | Mount stuff over SSH | ** 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. diff --git a/Desktop.org b/Desktop.org index c861b6c..c39ea3c 100644 --- a/Desktop.org +++ b/Desktop.org @@ -2169,6 +2169,8 @@ This section generates manifests for various desktop software that I'm using. | dev | make | | dev | sbcl | | dev | git-lfs | +| dev | mysql | +| dev | gource | ** Manifests #+NAME: packages #+begin_src emacs-lisp :tangle no :var category=""