This commit is contained in:
2022-11-03 12:01:07 -05:00
parent 93113d4251
commit 377d2b64dd
3 changed files with 8 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
cursor_color = "#aaaaaa"
font = FiraCode Nerd Font Mono 12
use_system_font = False
background_darkness = 0.75
[layouts]
[[default]]
[[[window0]]]

View File

@@ -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'

View File

@@ -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