Some changes

This commit is contained in:
Tobias Maier
2022-06-05 18:28:24 +02:00
parent e7e68db2cd
commit f6a1975211
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# ansible_playbooks
#,stl-thumb
#
setxkbmap us -variant intl

View File

@@ -176,7 +176,7 @@
- name: Install some more user-packages
kewlfft.aur.aur:
use: paru
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust,docker,docker-compose,nerd-fonts-dejavu-complete,qbittorrent,freecad,vlc,gparted,exa
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust,docker,docker-compose,nerd-fonts-dejavu-complete,qbittorrent,freecad,vlc,gparted,exa,stl-thumb
state: present
become: yes
become_user: aur_builder
@@ -192,3 +192,10 @@
name: docker
enabled: yes
state: started
- name: Install laptop tools
kewlfft.aur.aur:
use: paru
name: gnome-bluetooth
state: present
become: yes
become_user: aur_builder