diff --git a/manifests/packages.pp b/manifests/packages.pp index 5ff5e34..f681653 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -47,6 +47,7 @@ node default { 'kodi', 'libinput', 'libinput-gestures', + 'lxpolkit-git', 'lxrandr', 'minecraft', 'nextcloud-client', diff --git a/modules/i3/manifests/autostart.pp b/modules/i3/manifests/autostart.pp index ee0be45..e4a3bd2 100644 --- a/modules/i3/manifests/autostart.pp +++ b/modules/i3/manifests/autostart.pp @@ -13,7 +13,8 @@ class i3::autostart { 'tracker-miner-fs', 'tracker-miner-rss', 'tracker-store', - 'nm-applet' + 'nm-applet', + 'lxpolkit' ]; $programs.each |String $program| {