mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Fix Fedora package mappings for workstation profile
This commit is contained in:
@@ -37,11 +37,19 @@ fedora_dotfiles:
|
||||
|
||||
workstation_firewall_backend: firewalld
|
||||
|
||||
fedora_workstation_dev_packages:
|
||||
- distrobox
|
||||
- gnupg
|
||||
- gnupg2-gpg-agent
|
||||
- libfido2
|
||||
- openssh-clients
|
||||
- pandoc
|
||||
- shellcheck
|
||||
|
||||
workstation_host_linux_packages_fedora:
|
||||
- code
|
||||
- firewall-config
|
||||
- gnome-shell-extensions
|
||||
- gnome-shell-extension-manager
|
||||
- gnome-extensions-app
|
||||
- gnome-tweaks
|
||||
- libreoffice
|
||||
- meld
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
else []
|
||||
)
|
||||
+ (profile_packages | default([]))
|
||||
+ (workstation_dev_packages | default([]))
|
||||
+ (fedora_workstation_dev_packages | default(workstation_dev_packages | default([])))
|
||||
+ (
|
||||
(workstation_host_linux_packages_fedora | default(workstation_host_linux_packages | default([])))
|
||||
if 'workstation_host_linux' in group_names
|
||||
|
||||
Reference in New Issue
Block a user