Skip to content

Commit

Permalink
Enable gnome location services
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jan 8, 2024
1 parent d16f715 commit cc475f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/gnome/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
- key: /org/gnome/shell/extensions/arcmenu/distro-icon
value: "6" # archlinux

- name: Enabling location services # required for night light
when: ansible_os_family == 'Archlinux' || ansible_os_family == 'Debian'
community.general.dconf:
key: /org/gnome/system/location/enabled
value: "true"

- name: Configuring GNOME Night Light
when: ansible_os_family == 'Archlinux' || ansible_os_family == 'Debian'
community.general.dconf:
Expand Down

0 comments on commit cc475f2

Please sign in to comment.