Install codium into image
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 10m1s

This commit is contained in:
2025-06-28 20:30:13 -04:00
parent c879c0f149
commit ce14e6fce0
2 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
modules:
- type: script
scripts:
- setupcodiumrepo.sh
- type: rpm-ostree
install:
# applications
@@ -13,8 +17,9 @@ modules:
- file-roller
- file-roller-nautilus
# text editor
# text editors
- neovim
- codium
# software store
- gnome-software
@@ -37,4 +42,7 @@ modules:
- zsh
# zoxide for z stuff
- zoxide
- type: script
snippets:
- "sudo rm /etc/yum.repos.d/vscodium.repo"