diff options
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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; |