home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 9eb9fc902635f7eca0cf9cf6aa376d03fd87be53
parent da8b8cfd5a22bc0f2e8532870b482a36275ebde0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 14:22:39 +0100

Enable geoclue (system) and gammastep (user)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 1+
Musers/vincent/desktop/sway.nix | 6++++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -136,6 +136,7 @@ in ]; services = { + geoclue2.enable = true; envfs.enable = false; # automatic login is "safe" as we ask for the encryption passphrase anyway.. getty.autologinUser = "vincent"; diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -350,6 +350,12 @@ in pasystray.enable = nixosConfig.modules.hardware.audio.enable; udiskie.enable = true; # network-manager-applet.enable = true; + gammastep = { + enable = true; + provider = "geoclue2"; + # longitude = "2.333333"; + # latitude = "48.866667"; + }; kanshi = { enable = true; profiles = {