Switch from redshift to gammastep

This commit is contained in:
Fabian Hauser 2022-04-17 10:19:00 +02:00
parent 354b214655
commit 729bbb35f2
3 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,6 @@
[ # Utilities
freetype
feh
redshift
lxappearance
] ++ [ # Networking
gnome.networkmanager-openconnect

View file

@ -14,12 +14,12 @@
./waybar.nix
./psql.nix
./mako.nix
./redshift.nix
./alacritty.nix
./shell.nix
./swaylock.nix
./kanshi.nix
./sway.nix
./gammastep.nix
];
services = {

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: {
services.redshift = {
services.gammastep = {
enable = true;
package = pkgs.redshift-wlr;
settings.redshift.brightness-night = "0.9";
settings.general.brightness-night = "0.9";
temperature.day = 6300;
temperature.night = 5500;