Archived
1
0
Fork 0
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/sysconfig_arch/cfg_workstation-aur.pp

14 lines
572 B
ObjectPascal
Raw Normal View History

############################################################################
###
## Additional packages from AUR, this time puppet needs to be run
# as user with sudo privileges
#
#
package {'free42': ensure => installed}
package {'insync': ensure => installed}
package {'c-lolcat': ensure => installed}
2020-09-24 22:08:21 +02:00
package {'python-i3-py': ensure => installed}
package {'ttf-unifont': ensure => installed}
package {'ttf-symbola': ensure => installed}