change to apt

This commit is contained in:
Tyler Starr 2023-07-03 21:12:14 -07:00
parent b261672e1c
commit 02ba779b20
9 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@
- /usr/share/vulkan/icd.d/amd_icd64.json
- name: Uninstall desktop bloat
dnf:
apt:
name:
- yelp
- gnome-boxes

View File

@ -1,5 +1,5 @@
- name: Install desktop fedora packages
dnf:
apt:
name:
- mpv # Video player based on MPlayer/mplayer2
- ffmpeg # Decoding, encoding and streaming software

View File

@ -1,5 +1,5 @@
- name: Install sway fedora packages
dnf:
apt:
name:
- alacritty
- rofi

View File

@ -6,7 +6,7 @@
become: true
- name: Install development void packages
dnf:
apt:
name:
- python3 # Python programming language (3.11 series)
- python3.9

View File

@ -1,5 +1,5 @@
- name: Install engineering fedora packages
dnf:
apt:
name:
- freecad # General purpose 3D CAD modeler
- gqrx

View File

@ -1,5 +1,5 @@
- name: Install gaming fedora packages
dnf:
apt:
name:
- lutris # Video game preservation platform
- gamemode # Optimize system performance for games on demand

View File

@ -1,5 +1,5 @@
- name: Install system fedora packages
dnf:
apt:
name:
- git # Fast Version Control System
- git-lfs # Git extension for versioning large files

View File

@ -1,5 +1,5 @@
- name: Install nnn dependencies
dnf:
apt:
name:
- readline-devel
state: present

View File

@ -1,5 +1,5 @@
- name: Install terminal fedora packages
dnf:
apt:
name:
- neovim # Vim-fork focused on extensibility and agility
- task # Command-line TODO list manager