Switch from redshift to gammastep
This commit is contained in:
parent
354b214655
commit
729bbb35f2
3 changed files with 4 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
|||
[ # Utilities
|
||||
freetype
|
||||
feh
|
||||
redshift
|
||||
lxappearance
|
||||
] ++ [ # Networking
|
||||
gnome.networkmanager-openconnect
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Add table
Reference in a new issue