kunsi-p14s: more packages
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3b482f42ae
commit
be3dd6662e
2 changed files with 4 additions and 1 deletions
|
@ -102,8 +102,10 @@ pkg_pacman = {
|
||||||
|
|
||||||
if node.metadata.get('pacman/linux-lts', False):
|
if node.metadata.get('pacman/linux-lts', False):
|
||||||
pkg_pacman['linux-lts'] = {}
|
pkg_pacman['linux-lts'] = {}
|
||||||
|
pkg_pacman['acpi_call-lts'] = {}
|
||||||
else:
|
else:
|
||||||
pkg_pacman['linux'] = {}
|
pkg_pacman['linux'] = {}
|
||||||
|
pkg_pacman['acpi_call'] = {}
|
||||||
|
|
||||||
for pkg, config in node.metadata.get('pacman/packages', {}).items():
|
for pkg, config in node.metadata.get('pacman/packages', {}).items():
|
||||||
pkg_pacman[pkg] = config
|
pkg_pacman[pkg] = config
|
||||||
|
|
|
@ -91,7 +91,6 @@ nodes['kunsi-p14s'] = {
|
||||||
# various video drivers
|
# various video drivers
|
||||||
'libva-mesa-driver': {},
|
'libva-mesa-driver': {},
|
||||||
'mesa-vdpau': {},
|
'mesa-vdpau': {},
|
||||||
'xf86-input-wacom': {},
|
|
||||||
'xf86-video-amdgpu': {},
|
'xf86-video-amdgpu': {},
|
||||||
|
|
||||||
# for i3pystatus
|
# for i3pystatus
|
||||||
|
@ -118,8 +117,10 @@ nodes['kunsi-p14s'] = {
|
||||||
'pwgen': {},
|
'pwgen': {},
|
||||||
'qpdfview': {},
|
'qpdfview': {},
|
||||||
'the_silver_searcher': {},
|
'the_silver_searcher': {},
|
||||||
|
'tlp': {}, # so we can stop charging the battery at 90%
|
||||||
'virt-manager': {},
|
'virt-manager': {},
|
||||||
'xclip': {}, # for pass -c
|
'xclip': {}, # for pass -c
|
||||||
|
'xf86-input-wacom': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-boot': {
|
'systemd-boot': {
|
||||||
|
|
Loading…
Reference in a new issue