gnome extension

This commit is contained in:
2022-11-02 18:12:41 -05:00
parent b11c6da825
commit 034ac740b2
2 changed files with 16 additions and 0 deletions

View File

@@ -104,3 +104,18 @@
ansible.builtin.systemd: ansible.builtin.systemd:
masked: yes masked: yes
name: power-profiles-daemon name: power-profiles-daemon
- name: download s76 gnome extension
ansible.builtin.git:
repo: https://github.com/pop-os/gnome-shell-extension-system76-power.git
dest: /tmp/s76-power
single_branch: yes
- name: Build s76 gnome extension
community.general.make:
chdir: /tmp/s76-power
- name: Run 'install' s76 gnome extension
community.general.make:
chdir: /tmp/s76-power
target: install

View File

@@ -74,6 +74,7 @@ services_to_enable:
#- system76-power #- system76-power
#- system76-power-wake #- system76-power-wake
- dkms - dkms
- com.system76.PowerDaemon.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*'}