2022-11-23 01:26:33 -08:00
|
|
|
- name: Install desktop dnf packages
|
2022-11-12 11:23:36 -08:00
|
|
|
dnf:
|
2022-11-23 01:26:33 -08:00
|
|
|
name:
|
|
|
|
- gnome-tweaks # Customize advanced GNOME 3 options
|
|
|
|
- dconf-editor # Configuration editor for dconf
|
|
|
|
- keepassxc # Cross-platform password manager
|
2022-11-23 21:50:18 -08:00
|
|
|
- btrfs-assistant # GUI to manage btrfs
|
|
|
|
- btrbk # Backup tool for btrfs subvolumes
|
2022-11-29 20:22:10 -08:00
|
|
|
- mpv # Movie player playing most video formats and DVDs
|
2022-11-12 11:23:36 -08:00
|
|
|
state: present
|
2022-11-17 22:04:23 -08:00
|
|
|
become: true
|
|
|
|
|
2022-11-23 01:26:33 -08:00
|
|
|
- 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
|
2022-11-17 22:04:23 -08:00
|
|
|
state: present
|
|
|
|
become: true
|
|
|
|
|