bundlewrap/bundles/arch-with-gui/metadata.py
Franzi c073599f6f
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
add kunsi-p14s, add bundle:arch-with-gui
2022-02-12 14:06:53 +01:00

50 lines
1.1 KiB
Python

assert node.os == 'arch'
defaults = {
'pacman': {
'packages': {
# fonts
'fontconfig': {},
'ttf-dejavu': {
'needed_by': {
'pkg_pacman:sddm',
},
},
# login management
'sddm': {},
# networking
'netctl': {},
'rfkill': {},
'wpa_supplicant': {},
'wpa_actiond': {},
# shell and other gui stuff
'fish': {},
'kitty': {},
'light': {},
'redshift': {},
'rofi': {},
# sound
'pavucontrol': {},
'pulseaudio': {},
'pulseaudio-zeroconf': {},
# window management
'i3-wm': {},
'i3lock': {},
'xss-lock': {},
# Xorg
'xf86-input-libinput': {},
'xorg-server': {},
'xorg-setxkbmap': {},
'xorg-xev': {},
'xorg-xinput': {},
'xorg-xset': {},
},
},
}