diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-24 00:17:05 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-24 00:17:05 -0500 |
commit | e625ae661731661d10b7bda585912b89517462ec (patch) | |
tree | 71eab533c3ae29714440cff7f33466dfd0d94778 /home/home.scm | |
parent | foxyproxy (diff) | |
download | dotfiles-guix-e625ae661731661d10b7bda585912b89517462ec.tar.gz dotfiles-guix-e625ae661731661d10b7bda585912b89517462ec.tar.bz2 dotfiles-guix-e625ae661731661d10b7bda585912b89517462ec.zip |
add cargo and fix ranger
Diffstat (limited to '')
-rw-r--r-- | home/home.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home/home.scm b/home/home.scm index 9a0a740..d26096c 100644 --- a/home/home.scm +++ b/home/home.scm @@ -60,7 +60,6 @@ "easyeffects" "gamescope" "overskride" - "ungoogled-chromium" ; gtk "wxwidgets" @@ -102,9 +101,13 @@ ; langs "gcc-toolchain" "clang-toolchain" - "rust" "python" + ; rust + "rust" + "rust-cargo" + "rust-analyzer" + ; social "gajim" "gajim-omemo" @@ -125,6 +128,7 @@ "zsh-autosuggestions" "tree-sitter-cli" "neofetch" + "ranger" "pfetch" "fd" "yt-dlp" |