summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 9fa4f62..640aa27 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,6 +4,16 @@
#+FILETAGS: :v2mom:strategy:archsetup:
* URGENT Package Installation Fixes
+** TODO [#B] Add Rust installation via rustup instead of pacman package
+The =rust= package has been removed from archsetup. Need to add Rust installation using =rustup= (the official Rust toolchain manager) instead of the Arch package.
+
+Steps:
+- Install rustup: =pacman -S rustup=
+- Initialize default toolchain: =rustup default stable=
+- Consider adding to archsetup or post-install script
+
+Reference: Removed from archsetup on 2025-11-15
+
** TODO [#A] Replace nitrogen with feh for wallpaper management
Nitrogen is no longer in the official Arch repos. Need to:
- Replace nitrogen with feh in archsetup script