Update Ubuntu workstation package selections

This commit is contained in:
Fabio Scotto di Santolo
2026-03-23 22:46:47 +01:00
parent 3e5fa9343c
commit edf1706077
2 changed files with 22 additions and 10 deletions

View File

@@ -1,12 +1,6 @@
--- ---
ubuntu_packages_base: ubuntu_packages_base:
- ca-certificates
- curl - curl
- gpg
- python3-apt
- python3-gi
- python3-gi-cairo
- software-properties-common
ubuntu_manage_docker_repo: true ubuntu_manage_docker_repo: true

View File

@@ -1,12 +1,18 @@
--- ---
profile_packages: profile_packages:
- dbus-user-session - htop
- gnome-keyring - fastfetch
- build-essential
- nodejs
- meld
- gufw
- libreoffice
- gnome-shell-extension-manager - gnome-shell-extension-manager
- gnome-shell-extensions - gnome-shell-extensions
- gnome-terminal
- gnome-tweaks - gnome-tweaks
- seahorse - podman
- podman-compose
- distrobox
workstation_snap_packages: workstation_snap_packages:
- name: intellij-idea-ultimate - name: intellij-idea-ultimate
@@ -21,6 +27,18 @@ workstation_snap_packages:
- name: code - name: code
classic: true classic: true
channel: latest/stable channel: latest/stable
- name: xournalpp
classic: false
channel: latest/stable
- name: pdfarranger
classic: false
channel: latest/stable
- name: spotify
classic: false
channel: latest/stable
- name: telegram-desktop
classic: false
channel: latest/stable
workstation_user_directories: workstation_user_directories:
- path: "{{ user_home }}/.config" - path: "{{ user_home }}/.config"