updates
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
cursor_color = "#aaaaaa"
|
||||
font = FiraCode Nerd Font Mono 12
|
||||
use_system_font = False
|
||||
background_darkness = 0.75
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[window0]]]
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
retries: 3
|
||||
delay: 10
|
||||
|
||||
- name: Remove packates not needed anymore
|
||||
- name: Remove packages not needed anymore
|
||||
yum:
|
||||
autoremove: yes
|
||||
retries: 3
|
||||
@@ -112,5 +112,7 @@
|
||||
name: user
|
||||
groups: "{{ item }}"
|
||||
append: yes
|
||||
with_items: "{{ groups_to_add }}"
|
||||
with_items: "{{ groups_to_add }}"
|
||||
|
||||
- name: Update sleep mode
|
||||
shell: 'grubby --args="mem_sleep_default=shallow" --update-kernel=ALL'
|
||||
@@ -78,16 +78,15 @@ services_to_enable:
|
||||
#- system76-power-wake
|
||||
- dkms
|
||||
- com.system76.PowerDaemon.service
|
||||
- libvirtd.service
|
||||
|
||||
fonts:
|
||||
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraMono.zip, name: 'Fira*Mono*'}
|
||||
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraCode.zip, name: 'Fira*Code*'}
|
||||
|
||||
|
||||
group_to_add:
|
||||
groups_to_add:
|
||||
- adm
|
||||
- libvirt
|
||||
- libvirt-qemu
|
||||
- kvm
|
||||
- input
|
||||
- disk
|
||||
- disk
|
||||
|
||||
Reference in New Issue
Block a user