fix(nix): configure redshift
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
f55833b3c8
commit
6fb4e12111
1 changed files with 11 additions and 0 deletions
|
@ -124,6 +124,17 @@
|
|||
|
||||
services.pasystray.enable = true;
|
||||
|
||||
services.redshift = {
|
||||
enable = true;
|
||||
tray = true;
|
||||
dawnTime = "6:00-7:00";
|
||||
duskTime = "18:00-19:00";
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 6500;
|
||||
};
|
||||
};
|
||||
|
||||
### Programs
|
||||
programs.home-manager.enable = true;
|
||||
programs.mu.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue