From 11a2e67eb40e588afebb47dbc9f7f18b81bf95cd Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Fri, 28 Aug 2020 22:05:53 -0700 Subject: [PATCH] remove redshift; it was flickering and re-enabling itself --- nix/configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nix/configuration.nix b/nix/configuration.nix index f611be6..b0510d6 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -140,19 +140,6 @@ location.provider = "geoclue2"; - services.redshift = { - enable = true; - brightness = { - # Note the string values below. - day = "1"; - night = "1"; - }; - temperature = { - day = 5500; - night = 3700; - }; - }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.haak = { isNormalUser = true;