commit dae3b8d591a58253d8c63b93972ec2ec0fe9ce2f Author: unman Date: Tue Feb 2 04:38:47 2021 +0000 Move office files to sub-directory diff --git a/office.sls b/office.sls new file mode 100644 index 0000000..2cd16e9 --- /dev/null +++ b/office.sls @@ -0,0 +1,10 @@ +# vim: set syntax=yaml ts=2 sw=2 sts=2 et : + +installed: + pkg.installed: + - pkgs: + - mutt + - notmuch + - libreoffice + - gimp + - evince diff --git a/office.top b/office.top new file mode 100644 index 0000000..4cf0205 --- /dev/null +++ b/office.top @@ -0,0 +1,5 @@ +# vim: set syntax=yaml ts=2 sw=2 sts=2 et : +base: + qubes:type:template: + - match: pillar + - office