2023-05-06 23:13:04 -07:00

37 lines
1.1 KiB
YAML

- name: Install desktop fedora packages
dnf:
name:
- mpv # Video player based on MPlayer/mplayer2
- ffmpeg # Decoding, encoding and streaming software
- akmod-nvidia # NVIDIA drivers for linux - Libraries and Utilities
- firefox # Mozilla Firefox web browser
#- nerd-fonts # Iconic font aggregator, collection and patcher
- gnome-tweaks
- evolution
- "@base-x"
- alacritty
- rofi
- nitrogen
- libX11-devel
- libXft-devel
- libXinerama-devel
- libXrandr-devel
- libXScrnSaver-devel
- stack
- xorg-x11-xinit-session
state: present
become: true
- name: Install desktop flatpaks
flatpak:
name:
- com.discordapp.Discord # VoIP and instant messaging social platform
- org.gimp.GIMP # Create images and edit photographs
- org.inkscape.Inkscape # Vector Graphics Editor
- com.github.tchx84.Flatseal # Manage Flatpak permissions
- com.mattjakeman.ExtensionManager # A utility for browsing and installing GNOME Shell Extensions
- org.kde.kdenlive
- com.bitwarden.desktop
state: present
become: true