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
|
[ # Utilities
|
||||||
freetype
|
freetype
|
||||||
feh
|
feh
|
||||||
redshift
|
|
||||||
lxappearance
|
lxappearance
|
||||||
] ++ [ # Networking
|
] ++ [ # Networking
|
||||||
gnome.networkmanager-openconnect
|
gnome.networkmanager-openconnect
|
||||||
|
|
|
@ -14,12 +14,12 @@
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
./psql.nix
|
./psql.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./redshift.nix
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
./kanshi.nix
|
./kanshi.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
./gammastep.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
services.redshift = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.redshift-wlr;
|
settings.general.brightness-night = "0.9";
|
||||||
settings.redshift.brightness-night = "0.9";
|
|
||||||
temperature.day = 6300;
|
temperature.day = 6300;
|
||||||
temperature.night = 5500;
|
temperature.night = 5500;
|
||||||
|
|
Loading…
Add table
Reference in a new issue