Nvim config update

This commit is contained in:
2024-10-20 18:22:16 +02:00
parent 36caf27d21
commit e20f8b6ea2
3 changed files with 148 additions and 10 deletions

View File

@@ -146,6 +146,7 @@
- nemo
- nemo-fileroller
- gvfs-smb
- gvfs-mtp
- mpv
# Device configuration
#- openrazer-daemon
@@ -271,3 +272,13 @@
- desktop_services
when: "system == 'desktop'"
become: true
- name: "Set makepkg threads"
ansible.builtin.lineinfile:
path: /etc/makepkg.conf
regexp: '^#MAKEFLAGS='
line: 'MAKEFLAGS="-j10"'
state: present
tags:
- makepkg
become: true