mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Expand and clean up Arch GNOME packages, remove alacritty from Arch
- arch_desktop_gnome_packages: add full GNOME app suite (baobab, gnome-console, loupe, papers, showtime, snapshot, sushi, gvfs backends, etc.), sort alphabetically, remove duplicates already in arch_packages_base (gnome-keyring, gvfs, gvfs-mtp, gvfs-smb, simple-scan) - Remove alacritty from arch_profile_packages; move alacritty config and directory creation to Void-only (profile_desktop_i3 / desktop_void_dotfiles) - Enable emacs user service via ansible.builtin.systemd (scope: user) instead of a manual symlink Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -69,19 +69,41 @@ arch_desktop_common_packages:
|
||||
- xdg-user-dirs
|
||||
|
||||
arch_desktop_gnome_packages:
|
||||
- baobab
|
||||
- gdm
|
||||
- gnome-backgrounds
|
||||
- gnome-calculator
|
||||
- gnome-calendar
|
||||
- gnome-characters
|
||||
- gnome-clocks
|
||||
- gnome-console
|
||||
- gnome-control-center
|
||||
- gnome-disk-utility
|
||||
- gnome-font-viewer
|
||||
- gnome-session
|
||||
- gnome-settings-daemon
|
||||
- gnome-shell
|
||||
- gnome-shell-extensions
|
||||
- gnome-tweaks
|
||||
- gvfs-afc
|
||||
- gvfs-dnssd
|
||||
- gvfs-goa
|
||||
- gvfs-gphoto2
|
||||
- gvfs-nfs
|
||||
- gvfs-onedrive
|
||||
- gvfs-wsdd
|
||||
- loupe
|
||||
- mutter
|
||||
- nautilus
|
||||
- papers
|
||||
- rygel
|
||||
- showtime
|
||||
- snapshot
|
||||
- sushi
|
||||
- xdg-desktop-portal-gnome
|
||||
- xdg-user-dirs-gtk
|
||||
|
||||
arch_profile_packages:
|
||||
- alacritty
|
||||
- deluge
|
||||
- dnsmasq
|
||||
- edk2-ovmf
|
||||
@@ -102,7 +124,6 @@ arch_profile_packages:
|
||||
- noto-fonts
|
||||
- noto-fonts-emoji
|
||||
- pdfarranger
|
||||
- playerctl
|
||||
- poppler
|
||||
- poppler-glib
|
||||
- qemu-desktop
|
||||
|
||||
Reference in New Issue
Block a user