ENH run nm-applet to enable password encryption

This commit is contained in:
Nathan Dwarshuis 2023-10-07 15:04:26 -04:00
parent cc3228f69c
commit 47f6c17868
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ data:
optimus: {{ and $laptop (promptBool "optimus" false) }}
virtualbox: {{ and $desktop (promptBool "virtualbox" false) }}
xsane: {{ and $desktop (promptBool "xsane" false) }}
networkmanager: {{ and $desktop (promptBool "networkmanager" false) }}
vpn: {{ and $desktop (promptBool "vpn" false) }}
seafile: {{ and $desktop (promptBool "seafile" false) }}
activitywatch: {{ and $desktop (promptBool "activitywatch" false) }}

View File

@ -34,6 +34,9 @@ emacs-start &
{{ if .features.seafile -}}
seafile-applet > /dev/null 2>&1 &
{{- end }}
{{ if .features.networkmanager -}}
nm-applet > /dev/null 2>&1 &
{{- end }}
{{ if .features.activitywatch -}}
aw-server > /dev/null 2>&1 &
aw-watcher-window > /dev/null 2>&1 &