adding stuff

This commit is contained in:
2024-09-14 12:41:26 -07:00
parent 5ebe2a9204
commit 423467eaf6
10 changed files with 11 additions and 238 deletions
+6 -1
View File
@@ -4,6 +4,12 @@
name: "*"
state: latest
- name: Enable guix repo for extra guile packages
copr:
host: copr.fedorainfracloud.org
state: enabled
name: lantw44/guix
- name: Install window manager packages
package:
name: "{{ item }}"
@@ -39,4 +45,3 @@
name: "{{ item }}"
state: present
loop: "{{ flatpak_packages }}"