From 07d99a30e264a00b12adf6e34270abed3c732e7f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 21 Mar 2021 05:05:27 +0200 Subject: feat(tazjin/tverskoy): Enable redshift & geoclue2 ... also nuke that Bluetooth headset daemon, it doesn't work anyways. Change-Id: Iee884046a2bf2718767442ec62b2f731e14e39e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2624 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'users/tazjin/nixos/tverskoy/default.nix') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 395ff6bdbea5..a7b611c71162 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -76,7 +76,6 @@ in lib.fix(self: { cpu.amd.updateMicrocode = true; enableRedistributableFirmware = true; bluetooth.enable = true; - bluetooth.hsphfpd.enable = true; }; networking = { @@ -130,8 +129,7 @@ in lib.fix(self: { pulse.enable = true; }; - # redshift.enable = true; - + redshift.enable = true; blueman.enable = true; xserver = { @@ -156,6 +154,9 @@ in lib.fix(self: { }; }; + # Automatically detect location to use for redshift + location.provider = "geoclue2"; + # Do not restart the display manager automatically systemd.services.display-manager.restartIfChanged = lib.mkForce false; -- cgit 1.4.1