diff options
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
