diff --git a/bundles/pacman/items.py b/bundles/pacman/items.py index 6ef5c89..1203fdc 100644 --- a/bundles/pacman/items.py +++ b/bundles/pacman/items.py @@ -102,8 +102,10 @@ pkg_pacman = { if node.metadata.get('pacman/linux-lts', False): pkg_pacman['linux-lts'] = {} + pkg_pacman['acpi_call-lts'] = {} else: pkg_pacman['linux'] = {} + pkg_pacman['acpi_call'] = {} for pkg, config in node.metadata.get('pacman/packages', {}).items(): pkg_pacman[pkg] = config diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 6866ada..f572235 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -91,7 +91,6 @@ nodes['kunsi-p14s'] = { # various video drivers 'libva-mesa-driver': {}, 'mesa-vdpau': {}, - 'xf86-input-wacom': {}, 'xf86-video-amdgpu': {}, # for i3pystatus @@ -118,8 +117,10 @@ nodes['kunsi-p14s'] = { 'pwgen': {}, 'qpdfview': {}, 'the_silver_searcher': {}, + 'tlp': {}, # so we can stop charging the battery at 90% 'virt-manager': {}, 'xclip': {}, # for pass -c + 'xf86-input-wacom': {}, }, }, 'systemd-boot': {