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" cursor_color = "#aaaaaa"
font = FiraCode Nerd Font Mono 12 font = FiraCode Nerd Font Mono 12
use_system_font = False use_system_font = False
background_darkness = 0.75
[layouts] [layouts]
[[default]] [[default]]
[[[window0]]] [[[window0]]]

View File

@@ -22,7 +22,7 @@
retries: 3 retries: 3
delay: 10 delay: 10
- name: Remove packates not needed anymore - name: Remove packages not needed anymore
yum: yum:
autoremove: yes autoremove: yes
retries: 3 retries: 3
@@ -112,5 +112,7 @@
name: user name: user
groups: "{{ item }}" groups: "{{ item }}"
append: yes 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 #- system76-power-wake
- dkms - dkms
- com.system76.PowerDaemon.service - com.system76.PowerDaemon.service
- libvirtd.service
fonts: 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/FiraMono.zip, name: 'Fira*Mono*'}
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraCode.zip, name: 'Fira*Code*'} - {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraCode.zip, name: 'Fira*Code*'}
groups_to_add:
group_to_add:
- adm - adm
- libvirt - libvirt
- libvirt-qemu
- kvm - kvm
- input - input
- disk - disk