1
0
Fork 0

Add spellcheckers to workstattion config

This commit is contained in:
J. Elfring (p) 2020-08-13 15:58:06 +02:00
parent 6375f9c70c
commit 1b93d5e385

View file

@ -12,6 +12,9 @@ service {'ctrl-alt-del.target':
package {'acpi': ensure => installed}
package {'alsa-utils': ensure => installed}
package {'arandr': ensure => installed}
package {'aspell': ensure => installed}
package {'aspell-de': ensure => installed}
package {'aspell-en': ensure => installed}
package {'autoconf': ensure => installed}
package {'automake': ensure => installed}
package {'bash': ensure => installed}
@ -66,6 +69,7 @@ package {'imagemagick': ensure => installed}
package {'inetutils': ensure => installed}
package {'iproute2': ensure => installed}
package {'iputils': ensure => installed}
package {'ispell': ensure => installed}
package {'iw': ensure => installed}
package {'jfsutils': ensure => installed}
package {'keepassxc': ensure => installed}