68 lines
1.4 KiB
YAML
Raw Normal View History

2022-12-10 17:09:35 -08:00
- name: Install desktop dnf packages
2022-12-21 00:07:52 -08:00
xbps:
2022-12-10 17:09:35 -08:00
name:
2022-12-21 00:07:52 -08:00
- xorg
- xterm
- alacritty
2022-12-10 17:09:35 -08:00
- mpv # Movie player playing most video formats and DVDs
2022-12-21 00:07:52 -08:00
- python3-i3ipc # IPC interface to control i3 from Python
2022-12-10 17:09:35 -08:00
- xprop
2022-12-17 13:01:44 -08:00
- lxappearance
- blueman
2022-12-18 20:01:46 -08:00
- xrandr
- dunst
2022-12-21 00:07:52 -08:00
- ffmpeg
- firefox
- i3-gaps
- i3status
- nitrogen
- nvidia
- nvidia-libs-32bit
- pavucontrol
- polybar
- rofi
- libdrm-32bit
- libgcc-32bit
- libstdc++-32bit
- mesa-dri-32bit
- steam
- pcmanfm
- xclip
2022-12-23 16:07:26 -08:00
- autorandr
- xsel
- clipmenu
2022-12-10 17:09:35 -08:00
state: present
become: true
2022-12-21 00:34:22 -08:00
- name: Install desktop flatpaks
flatpak:
name:
- com.discordapp.Discord # Voice, video and text communication service
- org.gimp.GIMP # Create images and edit photographs
- org.inkscape.Inkscape # Vector Graphics Editor
- com.github.tchx84.Flatseal # Manage Flatpak permissions
state: present
become: true
2022-12-10 17:09:35 -08:00
2022-12-23 16:07:26 -08:00
- name: Install bitwarden
unarchive:
src: "https://vault.bitwarden.com/download/?app=cli&platform=linux"
dest: /home/{{ user }}/bin
remote_src: true
mode: 0755
2022-12-17 13:01:44 -08:00
2022-12-21 00:07:52 -08:00
#ansible
#btrbk
#chezmoi
#elogind
#fd
#git
#pipewire
#python3
#ripgrep
#rsync
#unzip
#void-repo-multilib
#void-repo-multilib-nonfree
#void-repo-nonfree