23 lines
345 B
Nix
23 lines
345 B
Nix
{
|
|
services = {
|
|
hyprsunset = {
|
|
enable = true;
|
|
settings = {
|
|
max-gamma = 150;
|
|
|
|
profile = [
|
|
{
|
|
time = "7:30";
|
|
identity = true;
|
|
}
|
|
{
|
|
time = "23:00";
|
|
temperature = 2000;
|
|
gamma = 0.8;
|
|
}
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|