From e8f41da2ac5ccfe44a4b6740fd36c43c9d0a6039 Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 30 Aug 2021 23:35:19 +0200 Subject: [PATCH] Fix redshift --- profiles/sway/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/sway/default.nix b/profiles/sway/default.nix index 1dfb11e..7ecf5d0 100644 --- a/profiles/sway/default.nix +++ b/profiles/sway/default.nix @@ -10,9 +10,6 @@ # Redshift with wayland support isn't present in nixos-19.09 atm. You have to cherry-pick the commit from https://github.com/NixOS/nixpkgs/pull/68285 to do that. package = pkgs.redshift-wlr; brightness.night = "0.75"; - extraOptions = [ - "-p redshift-wlr" - ]; }; hardware.opengl = {