Minor cleanup of redshift conf
This commit is contained in:
parent
5026589edc
commit
c2c31454d6
1 changed files with 10 additions and 12 deletions
|
@ -6,18 +6,16 @@
|
||||||
message = "Redshift does not work without a desktop!";
|
message = "Redshift does not work without a desktop!";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
services = {
|
services.redshift = {
|
||||||
redshift = {
|
executable = "/bin/redshift-gtk";
|
||||||
executable = "/bin/redshift-gtk";
|
enable = true;
|
||||||
enable = true;
|
temperature = {
|
||||||
temperature = {
|
night = 2800;
|
||||||
night = 2800;
|
day = 6500;
|
||||||
day = 6500;
|
};
|
||||||
};
|
brightness = {
|
||||||
brightness = {
|
night = "0.5";
|
||||||
night = "0.5";
|
day = "1";
|
||||||
day = "1";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue