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
|
workstation_firewall_backend: firewalld
|
||||||
|
|
||||||
|
fedora_workstation_dev_packages:
|
||||||
|
- distrobox
|
||||||
|
- gnupg
|
||||||
|
- gnupg2-gpg-agent
|
||||||
|
- libfido2
|
||||||
|
- openssh-clients
|
||||||
|
- pandoc
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
workstation_host_linux_packages_fedora:
|
workstation_host_linux_packages_fedora:
|
||||||
- code
|
- code
|
||||||
- firewall-config
|
- firewall-config
|
||||||
- gnome-shell-extensions
|
- gnome-extensions-app
|
||||||
- gnome-shell-extension-manager
|
|
||||||
- gnome-tweaks
|
- gnome-tweaks
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- meld
|
- meld
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
else []
|
else []
|
||||||
)
|
)
|
||||||
+ (profile_packages | default([]))
|
+ (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([])))
|
(workstation_host_linux_packages_fedora | default(workstation_host_linux_packages | default([])))
|
||||||
if 'workstation_host_linux' in group_names
|
if 'workstation_host_linux' in group_names
|
||||||
|
|||||||
Reference in New Issue
Block a user