Add polkit agent

This commit is contained in:
Jake Howard 2017-10-22 15:16:33 +01:00
parent c1fa32bc9f
commit 8202bdab26
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ node default {
'kodi',
'libinput',
'libinput-gestures',
'lxpolkit-git',
'lxrandr',
'minecraft',
'nextcloud-client',

View File

@ -13,7 +13,8 @@ class i3::autostart {
'tracker-miner-fs',
'tracker-miner-rss',
'tracker-store',
'nm-applet'
'nm-applet',
'lxpolkit'
];
$programs.each |String $program| {