mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
35 lines
1021 B
YAML
35 lines
1021 B
YAML
- name: Install desktop arch packages
|
|
pacman:
|
|
name:
|
|
- alacritty # Cross-platform, GPU-accelerated terminal emulator
|
|
- mpv # Video player based on MPlayer/mplayer2
|
|
- ffmpeg # Decoding, encoding and streaming software
|
|
- nvidia-dkms # NVIDIA drivers for linux - Libraries and Utilities
|
|
- nvidia-utils
|
|
- lib32-nvidia-utils
|
|
- firefox # Mozilla Firefox web browser
|
|
- sway
|
|
- swayidle
|
|
- swaylock
|
|
- waybar
|
|
- ttf-jetbrains-mono-nerd
|
|
- ydotool
|
|
- wl-clipboard
|
|
- udiskie
|
|
- network-manager-applet
|
|
- blueman
|
|
- flameshot
|
|
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
|
|
- org.kde.kdenlive
|
|
state: present
|
|
become: true
|