bundles/arch-with-gui: more packages via bundle, less via nodefile
This commit is contained in:
parent
070b466abe
commit
c04ce63c35
3 changed files with 15 additions and 18 deletions
|
@ -38,9 +38,14 @@ defaults = {
|
||||||
'rofi': {},
|
'rofi': {},
|
||||||
|
|
||||||
# sound
|
# sound
|
||||||
|
'calf': {},
|
||||||
|
'easyeffects': {},
|
||||||
|
'lsp-plugins': {},
|
||||||
'pavucontrol': {},
|
'pavucontrol': {},
|
||||||
'pulseaudio': {},
|
'pipewire': {},
|
||||||
'pulseaudio-zeroconf': {},
|
'pipewire-jack': {},
|
||||||
|
'pipewire-pulse': {},
|
||||||
|
'qpwgraph': {},
|
||||||
|
|
||||||
# window management
|
# window management
|
||||||
'i3-wm': {},
|
'i3-wm': {},
|
||||||
|
@ -53,6 +58,7 @@ defaults = {
|
||||||
|
|
||||||
# Xorg
|
# Xorg
|
||||||
'xf86-input-libinput': {},
|
'xf86-input-libinput': {},
|
||||||
|
'xf86-input-wacom': {},
|
||||||
'xorg-server': {},
|
'xorg-server': {},
|
||||||
'xorg-setxkbmap': {},
|
'xorg-setxkbmap': {},
|
||||||
'xorg-xev': {},
|
'xorg-xev': {},
|
||||||
|
@ -62,20 +68,27 @@ defaults = {
|
||||||
# all them apps
|
# all them apps
|
||||||
'browserpass': {},
|
'browserpass': {},
|
||||||
'browserpass-firefox': {},
|
'browserpass-firefox': {},
|
||||||
|
'ffmpeg': {},
|
||||||
'firefox': {},
|
'firefox': {},
|
||||||
'gimp': {},
|
'gimp': {},
|
||||||
|
'imagemagick': {},
|
||||||
'inkscape': {},
|
'inkscape': {},
|
||||||
|
'kdenlive': {},
|
||||||
'maim': {},
|
'maim': {},
|
||||||
'mosh': {},
|
'mosh': {},
|
||||||
|
'mosquitto': {},
|
||||||
'mpv': {},
|
'mpv': {},
|
||||||
'pass': {},
|
'pass': {},
|
||||||
'pass-otp': {},
|
'pass-otp': {},
|
||||||
'pdftk': {},
|
'pdftk': {},
|
||||||
'pwgen': {},
|
'pwgen': {},
|
||||||
'qpdfview': {},
|
'qpdfview': {},
|
||||||
|
'samba': {},
|
||||||
|
'shotcut': {},
|
||||||
'sipcalc': {},
|
'sipcalc': {},
|
||||||
'the_silver_searcher': {},
|
'the_silver_searcher': {},
|
||||||
'tlp': {},
|
'tlp': {},
|
||||||
|
'virt-manager': {},
|
||||||
'xclip': {},
|
'xclip': {},
|
||||||
'xdotool': {}, # needed for maim window selection
|
'xdotool': {}, # needed for maim window selection
|
||||||
},
|
},
|
||||||
|
|
|
@ -76,18 +76,12 @@ nodes['fkusei-locutus'] = {
|
||||||
# video drivers
|
# video drivers
|
||||||
'xf86-video-intel': {},
|
'xf86-video-intel': {},
|
||||||
|
|
||||||
# for i3pystatus
|
|
||||||
'iw': {},
|
|
||||||
'wireless_tools': {},
|
|
||||||
|
|
||||||
# all that other random stuff one needs
|
# all that other random stuff one needs
|
||||||
'apachedirectorystudio': {},
|
'apachedirectorystudio': {},
|
||||||
'direnv': {},
|
'direnv': {},
|
||||||
'freerdp': {},
|
'freerdp': {},
|
||||||
'mosquitto': {},
|
|
||||||
'sdl_ttf': {}, # for compiling testcard
|
'sdl_ttf': {}, # for compiling testcard
|
||||||
'thermald': {},
|
'thermald': {},
|
||||||
'virt-manager': {},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-boot': {
|
'systemd-boot': {
|
||||||
|
|
|
@ -96,25 +96,15 @@ nodes['kunsi-p14s'] = {
|
||||||
'mesa-vdpau': {},
|
'mesa-vdpau': {},
|
||||||
'xf86-video-amdgpu': {},
|
'xf86-video-amdgpu': {},
|
||||||
|
|
||||||
# for i3pystatus
|
|
||||||
'iw': {},
|
|
||||||
'wireless_tools': {},
|
|
||||||
|
|
||||||
# all that other random stuff one needs
|
# all that other random stuff one needs
|
||||||
'abcde': {},
|
'abcde': {},
|
||||||
'apachedirectorystudio': {},
|
'apachedirectorystudio': {},
|
||||||
'claws-mail': {},
|
'claws-mail': {},
|
||||||
'claws-mail-themes': {},
|
'claws-mail-themes': {},
|
||||||
'ferdi-bin': {},
|
'ferdi-bin': {},
|
||||||
'ffmpeg': {},
|
|
||||||
'gumbo-parser': {}, # for claws litehtml
|
'gumbo-parser': {}, # for claws litehtml
|
||||||
'imagemagick': {},
|
|
||||||
'inkscape': {},
|
|
||||||
'mosquitto': {},
|
|
||||||
'perl-musicbrainz-discid': {}, # for abcde
|
'perl-musicbrainz-discid': {}, # for abcde
|
||||||
'perl-webservice-musicbrainz': {}, # for abcde
|
'perl-webservice-musicbrainz': {}, # for abcde
|
||||||
'samba': {},
|
|
||||||
'xf86-input-wacom': {},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'sysctl': {
|
'sysctl': {
|
||||||
|
|
Loading…
Reference in a new issue