20 lines
627 B
YAML

- name: Install desktop dnf packages
dnf:
name:
- gnome-tweaks # Customize advanced GNOME 3 options
- dconf-editor # Configuration editor for dconf
- keepassxc # Cross-platform password manager
state: present
become: true
- name: Install desktop flatpaks
flatpak:
name:
- com.mattjakeman.ExtensionManager # Browse, install, and manage GNOME Shell Extensions
- com.discordapp.Discord # Voice, video and text communication service
- org.gimp.GIMP # Create images and edit photographs
- org.inkscape.Inkscape # Vector Graphics Editor
state: present
become: true