Fix redshift

This commit is contained in:
Bad 2021-08-30 23:35:19 +02:00
parent 04994a2ba8
commit e8f41da2ac

View file

@ -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. # 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; package = pkgs.redshift-wlr;
brightness.night = "0.75"; brightness.night = "0.75";
extraOptions = [
"-p redshift-wlr"
];
}; };
hardware.opengl = { hardware.opengl = {