diff --git a/system-yaml-files/askiiart-base.yaml b/system-yaml-files/askiiart-base.yaml index 6d5b8d0..1622ba5 100644 --- a/system-yaml-files/askiiart-base.yaml +++ b/system-yaml-files/askiiart-base.yaml @@ -7,7 +7,6 @@ packages: - "cups" - "ttf-firacode-nerd" - "otf-atkinson-hyperlegible" - - "rustup" - "wezterm" - "neovim" - "gcc" @@ -120,5 +119,5 @@ services: commands: - "usermod -aG libvirt askiiart" - - 'su askiiart -c "rustup default stable"' + - 'su askiiart -c "rustup update"' - "pacman -Sc --noconfirm"